AzureReachabilityReportLocation Class
- java.
lang. Object - com.
microsoft. azure. management. network. AzureReachabilityReportLocation
- com.
public class AzureReachabilityReportLocation
Parameters that define a geographic location.
Constructor | Description | |
---|---|---|
Azure |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
city()
Get the name of the city or town. |
java.lang.String |
country()
Get the name of the country. |
java.lang.String |
state()
Get the name of the state. |
Azure |
with Set the name of the city or town. |
Azure |
with Set the name of the country. |
Azure |
with Set the name of the state. |
AzureReachabilityReportLocation
public AzureReachabilityReportLocation()
city
public String city()
Get the name of the city or town.
Returns:
country
public String country()
Get the name of the country.
Returns:
state
public String state()
Get the name of the state.
Returns:
withCity
public AzureReachabilityReportLocation withCity(String city)
Set the name of the city or town.
Parameters:
Returns:
withCountry
public AzureReachabilityReportLocation withCountry(String country)
Set the name of the country.
Parameters:
Returns:
withState
public AzureReachabilityReportLocation withState(String state)
Set the name of the state.
Parameters:
Returns: