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. |
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