AvailableProvidersListCountry Class
Country details.
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. Default value: None
|
providers
|
A list of Internet service providers. Default value: None
|
states
|
List of available states in the country. Default value: None
|
Variables
Name | Description |
---|---|
country_name
|
The country name. |
providers
|
A list of Internet service providers. |
states
|
List of available states in the country. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python