CreateComposeDeploymentDescription
Defines description for creating a Service Fabric compose deployment.
Properties
Name | Type | Required |
---|---|---|
DeploymentName |
string | Yes |
ComposeFileContent |
string | Yes |
RegistryCredential |
RegistryCredential | No |
DeploymentName
Type: string
Required: Yes
The name of the deployment.
ComposeFileContent
Type: string
Required: Yes
The content of the compose file that describes the deployment to create.
RegistryCredential
Type: RegistryCredential
Required: No
Credential information to connect to container registry.