NetworkManagerDeploymentStatusParameter Class
Network Manager Deployment Status Parameter.
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. Default value: None
|
deployment_types
|
List of deployment types. Default value: None
|
skip_token
|
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query. Default value: None
|
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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python