NetworkManagerDeploymentStatus Class
Network Manager Deployment Status.
- Inheritance
-
azure.mgmt.network._serialization.ModelNetworkManagerDeploymentStatus
Constructor
NetworkManagerDeploymentStatus(*, commit_time: datetime | None = None, region: str | None = None, deployment_status: str | _models.DeploymentStatus | None = None, configuration_ids: List[str] | None = None, deployment_type: str | _models.ConfigurationType | None = None, error_message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
commit_time
|
Commit Time. |
region
|
Region Name. |
deployment_status
|
Deployment Status. Known values are: "NotStarted", "Deploying", "Deployed", and "Failed". |
configuration_ids
|
List of configuration ids. |
deployment_type
|
Configuration Deployment Type. Known values are: "SecurityAdmin", "Connectivity", "SecurityUser", and "Routing". |
error_message
|
Error Message. |
Variables
Name | Description |
---|---|
commit_time
|
Commit Time. |
region
|
Region Name. |
deployment_status
|
Deployment Status. Known values are: "NotStarted", "Deploying", "Deployed", and "Failed". |
configuration_ids
|
List of configuration ids. |
deployment_type
|
Configuration Deployment Type. Known values are: "SecurityAdmin", "Connectivity", "SecurityUser", and "Routing". |
error_message
|
Error Message. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python