173 строки
13 KiB
YAML
173 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering"
|
|
name: "ExpressRouteCircuitPeering"
|
|
nameWithType: "ExpressRouteCircuitPeering"
|
|
summary: "Client-side representation of express route circuit peering object, associated with express route circuit."
|
|
syntax: "public interface **ExpressRouteCircuitPeering**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild&text=IndependentChild\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner?alt=com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner&text=ExpressRouteCircuitPeeringInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitPeering?alt=com.microsoft.azure.management.network.ExpressRouteCircuitPeering&text=ExpressRouteCircuitPeering\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitPeering.Update?alt=com.microsoft.azure.management.network.ExpressRouteCircuitPeering.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.azureAsn()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.azureAsn()"
|
|
name: "azureAsn()"
|
|
nameWithType: "ExpressRouteCircuitPeering.azureAsn()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int azureAsn()"
|
|
returns:
|
|
description: "the Azure ASN"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.ipv6PeeringConfig()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.ipv6PeeringConfig()"
|
|
name: "ipv6PeeringConfig()"
|
|
nameWithType: "ExpressRouteCircuitPeering.ipv6PeeringConfig()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()"
|
|
returns:
|
|
description: "the IPv6 peering configuration"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig?alt=com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig&text=Ipv6ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.lastModifiedBy()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.lastModifiedBy()"
|
|
name: "lastModifiedBy()"
|
|
nameWithType: "ExpressRouteCircuitPeering.lastModifiedBy()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String lastModifiedBy()"
|
|
returns:
|
|
description: "whether the provider or the customer last modified the peering"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.microsoftPeeringConfig()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.microsoftPeeringConfig()"
|
|
name: "microsoftPeeringConfig()"
|
|
nameWithType: "ExpressRouteCircuitPeering.microsoftPeeringConfig()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()"
|
|
returns:
|
|
description: "The Microsoft peering configuration."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig?alt=com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig&text=ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.peerAsn()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.peerAsn()"
|
|
name: "peerAsn()"
|
|
nameWithType: "ExpressRouteCircuitPeering.peerAsn()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long peerAsn()"
|
|
returns:
|
|
description: "the peer ASN"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.peeringType()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.peeringType()"
|
|
name: "peeringType()"
|
|
nameWithType: "ExpressRouteCircuitPeering.peeringType()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExpressRoutePeeringType peeringType()"
|
|
returns:
|
|
description: "peering type"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRoutePeeringType?alt=com.microsoft.azure.management.network.ExpressRoutePeeringType&text=ExpressRoutePeeringType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.primaryAzurePort()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.primaryAzurePort()"
|
|
name: "primaryAzurePort()"
|
|
nameWithType: "ExpressRouteCircuitPeering.primaryAzurePort()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryAzurePort()"
|
|
returns:
|
|
description: "the primary port"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.primaryPeerAddressPrefix()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.primaryPeerAddressPrefix()"
|
|
name: "primaryPeerAddressPrefix()"
|
|
nameWithType: "ExpressRouteCircuitPeering.primaryPeerAddressPrefix()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryPeerAddressPrefix()"
|
|
returns:
|
|
description: "the primary address prefix"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ExpressRouteCircuitPeering.provisioningState()"
|
|
summary: "Gets the provisioning state of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ProvisioningState provisioningState()"
|
|
desc: "Gets the provisioning state of the resource."
|
|
returns:
|
|
description: "provisioningState"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.secondaryAzurePort()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.secondaryAzurePort()"
|
|
name: "secondaryAzurePort()"
|
|
nameWithType: "ExpressRouteCircuitPeering.secondaryAzurePort()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryAzurePort()"
|
|
returns:
|
|
description: "the secondary port"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.secondaryPeerAddressPrefix()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.secondaryPeerAddressPrefix()"
|
|
name: "secondaryPeerAddressPrefix()"
|
|
nameWithType: "ExpressRouteCircuitPeering.secondaryPeerAddressPrefix()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryPeerAddressPrefix()"
|
|
returns:
|
|
description: "the secondary address prefix."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.sharedKey()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.sharedKey()"
|
|
name: "sharedKey()"
|
|
nameWithType: "ExpressRouteCircuitPeering.sharedKey()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sharedKey()"
|
|
returns:
|
|
description: "the shared key"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.state()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.state()"
|
|
name: "state()"
|
|
nameWithType: "ExpressRouteCircuitPeering.state()"
|
|
summary: "Gets the state of peering."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExpressRoutePeeringState state()"
|
|
desc: "Gets the state of peering."
|
|
returns:
|
|
description: "peering state"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRoutePeeringState?alt=com.microsoft.azure.management.network.ExpressRoutePeeringState&text=ExpressRoutePeeringState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.stats()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.stats()"
|
|
name: "stats()"
|
|
nameWithType: "ExpressRouteCircuitPeering.stats()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ExpressRouteCircuitStats stats()"
|
|
returns:
|
|
description: "peering stats"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitStats?alt=com.microsoft.azure.management.network.ExpressRouteCircuitStats&text=ExpressRouteCircuitStats\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.vlanId()"
|
|
fullName: "com.microsoft.azure.management.network.ExpressRouteCircuitPeering.vlanId()"
|
|
name: "vlanId()"
|
|
nameWithType: "ExpressRouteCircuitPeering.vlanId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int vlanId()"
|
|
returns:
|
|
description: "the VLAN ID"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Client-side representation of express route circuit peering object, associated with express route circuit."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChild&text=IndependentChild\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner?alt=com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner&text=ExpressRouteCircuitPeeringInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitPeering?alt=com.microsoft.azure.management.network.ExpressRouteCircuitPeering&text=ExpressRouteCircuitPeering\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ExpressRouteCircuitPeering.Update?alt=com.microsoft.azure.management.network.ExpressRouteCircuitPeering.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|