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