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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python