AzureReachabilityReportLocation Class

Parameters that define a geographic location.

All required parameters must be populated in order to send to Azure.

Inheritance
AzureReachabilityReportLocation

Constructor

AzureReachabilityReportLocation(*, country: str, state: typing.Union[str, NoneType] = None, city: typing.Union[str, NoneType] = None, **kwargs)

Parameters

country
str

Required. The name of the country.

state
str

The name of the state.

city
str

The name of the city or town.