NetworkManagerDeploymentStatusListResult Class
A list of Network Manager Deployment Status.
Constructor
NetworkManagerDeploymentStatusListResult(*, value: List[_models.NetworkManagerDeploymentStatus] | None = None, skip_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Gets a page of Network Manager Deployment Status. Default value: None
|
skip_token
|
When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. Default value: None
|
Variables
Name | Description |
---|---|
value
|
Gets a page of Network Manager Deployment Status. |
skip_token
|
When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python