ActiveConfigurationParameter Class
Effective Virtual Networks Parameter.
- Inheritance
-
azure.mgmt.network._serialization.ModelActiveConfigurationParameter
Constructor
ActiveConfigurationParameter(*, regions: List[str] | None = None, skip_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
regions
|
List of regions. |
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. |
Variables
Name | Description |
---|---|
regions
|
List of regions. |
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. |
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