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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python