CreateComposeDeploymentDescription Class

Defines description for creating a Service Fabric compose deployment.

All required parameters must be populated in order to send to Azure.

Inheritance
CreateComposeDeploymentDescription

Constructor

CreateComposeDeploymentDescription(*, deployment_name: str, compose_file_content: str, registry_credential=None, **kwargs)

Parameters

deployment_name
str
Required

Required. The name of the deployment.

compose_file_content
str
Required

Required. The content of the compose file that describes the deployment to create.

registry_credential
RegistryCredential
Required

Credential information to connect to container registry.