AvailableProvidersListParameters Class
Constraints that determine the list of available Internet service providers.
- Inheritance
-
azure.mgmt.network._serialization.ModelAvailableProvidersListParameters
Constructor
AvailableProvidersListParameters(*, azure_locations: List[str] | None = None, country: str | None = None, state: str | None = None, city: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
azure_locations
|
A list of Azure regions. |
country
|
The country for available providers list. |
state
|
The state for available providers list. |
city
|
The city or town for available providers list. |
Variables
Name | Description |
---|---|
azure_locations
|
A list of Azure regions. |
country
|
The country for available providers list. |
state
|
The state for available providers list. |
city
|
The city or town for available providers list. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python