你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateComposeDeploymentDescription interface

定义用于创建 Service Fabric 撰写部署的说明。

属性

composeFileContent

描述要创建的部署的撰写文件的内容。

deploymentName

部署的名称。

registryCredential

用于连接到容器注册表的凭据信息。

属性详细信息

composeFileContent

描述要创建的部署的撰写文件的内容。

composeFileContent: string

属性值

string

deploymentName

部署的名称。

deploymentName: string

属性值

string

registryCredential

用于连接到容器注册表的凭据信息。

registryCredential?: RegistryCredential

属性值