NetworkManagerDeploymentStatusParameter Class
Network Manager Deployment Status Parameter.
- Inheritance
-
azure.mgmt.network._serialization.ModelNetworkManagerDeploymentStatusParameter
Constructor
NetworkManagerDeploymentStatusParameter(*, regions: List[str] | None = None, deployment_types: List[str | _models.ConfigurationType] | None = None, skip_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
regions
|
List of locations. |
deployment_types
|
List of deployment types. |
skip_token
|
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
Variables
Name | Description |
---|---|
regions
|
List of locations. |
deployment_types
|
List of deployment types. |
skip_token
|
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python