Interface PeeringServiceLocation


public interface PeeringServiceLocation
An immutable client-side representation of PeeringServiceLocation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the azureRegion property: Azure region for the location.
    Gets the country property: Country of the customer.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServiceLocationInner object.
    Gets the name property: The name of the resource.
    Gets the state property: State of the customer.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • country

      String country()
      Gets the country property: Country of the customer.
      Returns:
      the country value.
    • state

      String state()
      Gets the state property: State of the customer.
      Returns:
      the state value.
    • azureRegion

      String azureRegion()
      Gets the azureRegion property: Azure region for the location.
      Returns:
      the azureRegion value.
    • innerModel

      Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringServiceLocationInner object.
      Returns:
      the inner object.