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
str

The country for available providers list.

state
str

The state for available providers list.

city
str

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