AvailableProvidersListParameters Class
Constraints that determine the list of available Internet service providers.
Constructor
AvailableProvidersListParameters(*args: Any, **kwargs: Any)
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. |
Attributes
azure_locations
A list of Azure regions.
azure_locations: list[str] | None
city
The city or town for available providers list.
city: str | None
country
The country for available providers list.
country: str | None
state
The state for available providers list.
state: str | None