Class AzureReachabilityReportLocation

java.lang.Object
com.microsoft.azure.management.network.AzureReachabilityReportLocation

public class AzureReachabilityReportLocation extends Object
Parameters that define a geographic location.
  • Constructor Details

    • AzureReachabilityReportLocation

      public AzureReachabilityReportLocation()
  • Method Details

    • country

      public String country()
      Get the name of the country.
      Returns:
      the country value
    • withCountry

      public AzureReachabilityReportLocation withCountry(String country)
      Set the name of the country.
      Parameters:
      country - the country value to set
      Returns:
      the AzureReachabilityReportLocation object itself.
    • state

      public String state()
      Get the name of the state.
      Returns:
      the state value
    • withState

      public AzureReachabilityReportLocation withState(String state)
      Set the name of the state.
      Parameters:
      state - the state value to set
      Returns:
      the AzureReachabilityReportLocation object itself.
    • city

      public String city()
      Get the name of the city or town.
      Returns:
      the city value
    • withCity

      public AzureReachabilityReportLocation withCity(String city)
      Set the name of the city or town.
      Parameters:
      city - the city value to set
      Returns:
      the AzureReachabilityReportLocation object itself.