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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python