AvailableProvidersListCountry Class
Country details.
- Inheritance
-
azure.mgmt.network._serialization.ModelAvailableProvidersListCountry
Constructor
AvailableProvidersListCountry(*, country_name: str | None = None, providers: List[str] | None = None, states: List[_models.AvailableProvidersListState] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
country_name
|
The country name. |
providers
|
A list of Internet service providers. |
states
|
List of available states in the country. |
Variables
Name | Description |
---|---|
country_name
|
The country name. |
providers
|
A list of Internet service providers. |
states
|
List of available states in the country. |
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