Interface Peering
public interface Peering
An immutable client-side representation of Peering.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Peering definition.static interfaceThe Peering definition stages.static interfaceThe template for Peering update.static interfaceThe Peering update stages. -
Method Summary
Modifier and TypeMethodDescriptiondirect()Gets the direct property: The properties that define a direct peering.exchange()Gets the exchange property: The properties that define an exchange peering.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringInner object.kind()Gets the kind property: The kind of the peering.location()Gets the location property: The location of the resource.name()Gets the name property: The name of the resource.Gets the peeringLocation property: The location of the peering.Gets the provisioningState property: The provisioning state of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.Regionregion()Gets the region of the resource.Gets the name of the resource region.Gets the name of the resource group.sku()Gets the sku property: The SKU that defines the tier and kind of the peering.tags()Gets the tags property: The resource tags.type()Gets the type property: The type of the resource.update()Begins update for the Peering 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.
-
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
Gets the tags property: The resource tags.- Returns:
- the tags value.
-
direct
PeeringPropertiesDirect direct()Gets the direct property: The properties that define a direct peering.- Returns:
- the direct value.
-
exchange
PeeringPropertiesExchange 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
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-