Service Fabric (*.xml) 节点和属性文档
Service Fabric (*.xml) Nodes and Attributes Documentation
从哪里可以找到描述所有服务结构配置 XML 节点和属性的文档?并说明如何使用它们?
XML 我的意思是 ServiceManifests、Settings、PublishProfiles、ApplicationParameters 等...
或者有没有?
您可以在这里找到一些信息:
https://azure.microsoft.com/en-us/documentation/articles/service-fabric-reliable-services-configuration/
Publish an application to a remote cluster by using Visual Studio. Application parameters are described in Manage application parameters for multiple environments 中描述了发布配置文件。
目前,ServiceFabricServiceModel.xsd 是唯一列出 ServiceManifest.xml 和 ApplicationManifest.xml 的所有设置的文档。 ServiceFabricServiceModel.xsd 由 Service Fabric SDK 制定,工具安装程序在 C:\Program Files\Microsoft SDKs\Service Fabric\schemas 中进行了描述。我们正在努力改进 .xsd 文件中的描述。我们关于 azure.microsoft.com 的几篇文章都有应用程序和服务清单中的设置示例。
希望对您有所帮助。
从哪里可以找到描述所有服务结构配置 XML 节点和属性的文档?并说明如何使用它们?
XML 我的意思是 ServiceManifests、Settings、PublishProfiles、ApplicationParameters 等...
或者有没有?
您可以在这里找到一些信息: https://azure.microsoft.com/en-us/documentation/articles/service-fabric-reliable-services-configuration/
Publish an application to a remote cluster by using Visual Studio. Application parameters are described in Manage application parameters for multiple environments 中描述了发布配置文件。
目前,ServiceFabricServiceModel.xsd 是唯一列出 ServiceManifest.xml 和 ApplicationManifest.xml 的所有设置的文档。 ServiceFabricServiceModel.xsd 由 Service Fabric SDK 制定,工具安装程序在 C:\Program Files\Microsoft SDKs\Service Fabric\schemas 中进行了描述。我们正在努力改进 .xsd 文件中的描述。我们关于 azure.microsoft.com 的几篇文章都有应用程序和服务清单中的设置示例。
希望对您有所帮助。