Interface Peering


public interface Peering
An immutable client-side representation of Peering.
  • 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.
    • sku

      PeeringSku sku()
      Gets the sku property: The SKU that defines the tier and kind of the peering.
      Returns:
      the sku value.
    • kind

      Kind kind()
      Gets the kind property: The kind of the peering.
      Returns:
      the kind value.
    • location

      String location()
      Gets the location property: The location of the resource.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: The resource tags.
      Returns:
      the tags value.
    • direct

      Gets the direct property: The properties that define a direct peering.
      Returns:
      the direct value.
    • exchange

      Gets the exchange property: The properties that define an exchange peering.
      Returns:
      the exchange value.
    • peeringLocation

      String peeringLocation()
      Gets the peeringLocation property: The location of the peering.
      Returns:
      the peeringLocation value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      PeeringInner innerModel()
      Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringInner object.
      Returns:
      the inner object.
    • update

      Peering.Update update()
      Begins update for the Peering resource.
      Returns:
      the stage of resource update.
    • refresh

      Peering refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Peering refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.