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