azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

368 строки
32 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties"
name: "ExpressRouteCrossConnectionPeeringProperties"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties"
summary: "Properties of express route cross connection peering."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ExpressRouteCrossConnectionPeeringProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.ExpressRouteCrossConnectionPeeringProperties()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.ExpressRouteCrossConnectionPeeringProperties()"
name: "ExpressRouteCrossConnectionPeeringProperties()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.ExpressRouteCrossConnectionPeeringProperties()"
summary: "Creates an instance of Express<wbr>Route<wbr>Cross<wbr>Connection<wbr>Peering<wbr>Properties class."
syntax: "public ExpressRouteCrossConnectionPeeringProperties()"
desc: "Creates an instance of ExpressRouteCrossConnectionPeeringProperties class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.azureAsn()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.azureAsn()"
name: "azureAsn()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.azureAsn()"
summary: "Get the azure<wbr>Asn property: The Azure ASN."
syntax: "public Integer azureAsn()"
desc: "Get the azureAsn property: The Azure ASN."
returns:
description: "the azureAsn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Express<wbr>Route<wbr>Cross<wbr>Connection<wbr>Peering<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ExpressRouteCrossConnectionPeeringProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ExpressRouteCrossConnectionPeeringProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ExpressRouteCrossConnectionPeeringProperties from the JsonReader."
returns:
description: "An instance of ExpressRouteCrossConnectionPeeringProperties if the JsonReader was pointing to an instance\n of it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.gatewayManagerEtag()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.gatewayManagerEtag()"
name: "gatewayManagerEtag()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.gatewayManagerEtag()"
summary: "Get the gateway<wbr>Manager<wbr>Etag property: The Gateway<wbr>Manager Etag."
syntax: "public String gatewayManagerEtag()"
desc: "Get the gatewayManagerEtag property: The GatewayManager Etag."
returns:
description: "the gatewayManagerEtag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.ipv6PeeringConfig()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.ipv6PeeringConfig()"
name: "ipv6PeeringConfig()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.ipv6PeeringConfig()"
summary: "Get the ipv6Peering<wbr>Config property: The IPv6 peering configuration."
syntax: "public Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig()"
desc: "Get the ipv6PeeringConfig property: The IPv6 peering configuration."
returns:
description: "the ipv6PeeringConfig value."
type: "<xref href=\"com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig?alt=com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig&text=Ipv6ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.lastModifiedBy()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.lastModifiedBy()"
name: "lastModifiedBy()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.lastModifiedBy()"
summary: "Get the last<wbr>Modified<wbr>By property: Who was the last to modify the peering."
syntax: "public String lastModifiedBy()"
desc: "Get the lastModifiedBy property: Who was the last to modify the peering."
returns:
description: "the lastModifiedBy value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.microsoftPeeringConfig()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.microsoftPeeringConfig()"
name: "microsoftPeeringConfig()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.microsoftPeeringConfig()"
summary: "Get the microsoft<wbr>Peering<wbr>Config property: The Microsoft peering configuration."
syntax: "public ExpressRouteCircuitPeeringConfig microsoftPeeringConfig()"
desc: "Get the microsoftPeeringConfig property: The Microsoft peering configuration."
returns:
description: "the microsoftPeeringConfig value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig?alt=com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig&text=ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.peerAsn()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.peerAsn()"
name: "peerAsn()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.peerAsn()"
summary: "Get the peer<wbr>Asn property: The peer ASN."
syntax: "public Long peerAsn()"
desc: "Get the peerAsn property: The peer ASN."
returns:
description: "the peerAsn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.peeringType()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.peeringType()"
name: "peeringType()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.peeringType()"
summary: "Get the peering<wbr>Type property: The peering type."
syntax: "public ExpressRoutePeeringType peeringType()"
desc: "Get the peeringType property: The peering type."
returns:
description: "the peeringType value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRoutePeeringType?alt=com.azure.resourcemanager.network.models.ExpressRoutePeeringType&text=ExpressRoutePeeringType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.primaryAzurePort()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.primaryAzurePort()"
name: "primaryAzurePort()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.primaryAzurePort()"
summary: "Get the primary<wbr>Azure<wbr>Port property: The primary port."
syntax: "public String primaryAzurePort()"
desc: "Get the primaryAzurePort property: The primary port."
returns:
description: "the primaryAzurePort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.primaryPeerAddressPrefix()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.primaryPeerAddressPrefix()"
name: "primaryPeerAddressPrefix()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.primaryPeerAddressPrefix()"
summary: "Get the primary<wbr>Peer<wbr>Address<wbr>Prefix property: The primary address prefix."
syntax: "public String primaryPeerAddressPrefix()"
desc: "Get the primaryPeerAddressPrefix property: The primary address prefix."
returns:
description: "the primaryPeerAddressPrefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the express route cross connection peering resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the express route cross connection peering resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.secondaryAzurePort()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.secondaryAzurePort()"
name: "secondaryAzurePort()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.secondaryAzurePort()"
summary: "Get the secondary<wbr>Azure<wbr>Port property: The secondary port."
syntax: "public String secondaryAzurePort()"
desc: "Get the secondaryAzurePort property: The secondary port."
returns:
description: "the secondaryAzurePort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.secondaryPeerAddressPrefix()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.secondaryPeerAddressPrefix()"
name: "secondaryPeerAddressPrefix()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.secondaryPeerAddressPrefix()"
summary: "Get the secondary<wbr>Peer<wbr>Address<wbr>Prefix property: The secondary address prefix."
syntax: "public String secondaryPeerAddressPrefix()"
desc: "Get the secondaryPeerAddressPrefix property: The secondary address prefix."
returns:
description: "the secondaryPeerAddressPrefix value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.sharedKey()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.sharedKey()"
name: "sharedKey()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.sharedKey()"
summary: "Get the shared<wbr>Key property: The shared key."
syntax: "public String sharedKey()"
desc: "Get the sharedKey property: The shared key."
returns:
description: "the sharedKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.state()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.state()"
name: "state()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.state()"
summary: "Get the state property: The peering state."
syntax: "public ExpressRoutePeeringState state()"
desc: "Get the state property: The peering state."
returns:
description: "the state value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRoutePeeringState?alt=com.azure.resourcemanager.network.models.ExpressRoutePeeringState&text=ExpressRoutePeeringState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.validate()"
name: "validate()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.vlanId()"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.vlanId()"
name: "vlanId()"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.vlanId()"
summary: "Get the vlan<wbr>Id property: The VLAN ID."
syntax: "public Integer vlanId()"
desc: "Get the vlanId property: The VLAN ID."
returns:
description: "the vlanId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withGatewayManagerEtag(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withGatewayManagerEtag(String gatewayManagerEtag)"
name: "withGatewayManagerEtag(String gatewayManagerEtag)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withGatewayManagerEtag(String gatewayManagerEtag)"
summary: "Set the gateway<wbr>Manager<wbr>Etag property: The Gateway<wbr>Manager Etag."
parameters:
- description: "the gatewayManagerEtag value to set."
name: "gatewayManagerEtag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withGatewayManagerEtag(String gatewayManagerEtag)"
desc: "Set the gatewayManagerEtag property: The GatewayManager Etag."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withIpv6PeeringConfig(com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)"
name: "withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)"
summary: "Set the ipv6Peering<wbr>Config property: The IPv6 peering configuration."
parameters:
- description: "the ipv6PeeringConfig value to set."
name: "ipv6PeeringConfig"
type: "<xref href=\"com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig?alt=com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig&text=Ipv6ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig)"
desc: "Set the ipv6PeeringConfig property: The IPv6 peering configuration."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withMicrosoftPeeringConfig(com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)"
name: "withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)"
summary: "Set the microsoft<wbr>Peering<wbr>Config property: The Microsoft peering configuration."
parameters:
- description: "the microsoftPeeringConfig value to set."
name: "microsoftPeeringConfig"
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig?alt=com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig&text=ExpressRouteCircuitPeeringConfig\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig)"
desc: "Set the microsoftPeeringConfig property: The Microsoft peering configuration."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPeerAsn(java.lang.Long)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPeerAsn(Long peerAsn)"
name: "withPeerAsn(Long peerAsn)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withPeerAsn(Long peerAsn)"
summary: "Set the peer<wbr>Asn property: The peer ASN."
parameters:
- description: "the peerAsn value to set."
name: "peerAsn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withPeerAsn(Long peerAsn)"
desc: "Set the peerAsn property: The peer ASN."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPeeringType(com.azure.resourcemanager.network.models.ExpressRoutePeeringType)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPeeringType(ExpressRoutePeeringType peeringType)"
name: "withPeeringType(ExpressRoutePeeringType peeringType)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withPeeringType(ExpressRoutePeeringType peeringType)"
summary: "Set the peering<wbr>Type property: The peering type."
parameters:
- description: "the peeringType value to set."
name: "peeringType"
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRoutePeeringType?alt=com.azure.resourcemanager.network.models.ExpressRoutePeeringType&text=ExpressRoutePeeringType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withPeeringType(ExpressRoutePeeringType peeringType)"
desc: "Set the peeringType property: The peering type."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPrimaryPeerAddressPrefix(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)"
name: "withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)"
summary: "Set the primary<wbr>Peer<wbr>Address<wbr>Prefix property: The primary address prefix."
parameters:
- description: "the primaryPeerAddressPrefix value to set."
name: "primaryPeerAddressPrefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix)"
desc: "Set the primaryPeerAddressPrefix property: The primary address prefix."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withSecondaryPeerAddressPrefix(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)"
name: "withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)"
summary: "Set the secondary<wbr>Peer<wbr>Address<wbr>Prefix property: The secondary address prefix."
parameters:
- description: "the secondaryPeerAddressPrefix value to set."
name: "secondaryPeerAddressPrefix"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix)"
desc: "Set the secondaryPeerAddressPrefix property: The secondary address prefix."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withSharedKey(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withSharedKey(String sharedKey)"
name: "withSharedKey(String sharedKey)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withSharedKey(String sharedKey)"
summary: "Set the shared<wbr>Key property: The shared key."
parameters:
- description: "the sharedKey value to set."
name: "sharedKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withSharedKey(String sharedKey)"
desc: "Set the sharedKey property: The shared key."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withState(com.azure.resourcemanager.network.models.ExpressRoutePeeringState)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withState(ExpressRoutePeeringState state)"
name: "withState(ExpressRoutePeeringState state)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withState(ExpressRoutePeeringState state)"
summary: "Set the state property: The peering state."
parameters:
- description: "the state value to set."
name: "state"
type: "<xref href=\"com.azure.resourcemanager.network.models.ExpressRoutePeeringState?alt=com.azure.resourcemanager.network.models.ExpressRoutePeeringState&text=ExpressRoutePeeringState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withState(ExpressRoutePeeringState state)"
desc: "Set the state property: The peering state."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withVlanId(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties.withVlanId(Integer vlanId)"
name: "withVlanId(Integer vlanId)"
nameWithType: "ExpressRouteCrossConnectionPeeringProperties.withVlanId(Integer vlanId)"
summary: "Set the vlan<wbr>Id property: The VLAN ID."
parameters:
- description: "the vlanId value to set."
name: "vlanId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ExpressRouteCrossConnectionPeeringProperties withVlanId(Integer vlanId)"
desc: "Set the vlanId property: The VLAN ID."
returns:
description: "the ExpressRouteCrossConnectionPeeringProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of express route cross connection peering."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties?alt=com.azure.resourcemanager.network.fluent.models.ExpressRouteCrossConnectionPeeringProperties&text=ExpressRouteCrossConnectionPeeringProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0