Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRouteCircuitPeeringPropertiesFormatInner
Packages that use ExpressRouteCircuitPeeringPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCircuitPeeringPropertiesFormatInnerModifier and TypeMethodDescriptionExpressRouteCircuitPeeringPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitPeeringPropertiesFormatInner from the JsonReader.ExpressRouteCircuitPeeringPropertiesFormatInner.withAzureAsn(Integer azureAsn) Set the azureAsn property: The Azure ASN.ExpressRouteCircuitPeeringPropertiesFormatInner.withConnections(List<ExpressRouteCircuitConnectionInner> connections) Set the connections property: The list of circuit connections associated with Azure Private Peering for this circuit.ExpressRouteCircuitPeeringPropertiesFormatInner.withExpressRouteConnection(ExpressRouteConnectionId expressRouteConnection) Set the expressRouteConnection property: The ExpressRoute connection.ExpressRouteCircuitPeeringPropertiesFormatInner.withGatewayManagerEtag(String gatewayManagerEtag) Set the gatewayManagerEtag property: The GatewayManager Etag.ExpressRouteCircuitPeeringPropertiesFormatInner.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.withPeerAsn(Long peerAsn) Set the peerAsn property: The peer ASN.ExpressRouteCircuitPeeringPropertiesFormatInner.withPeeringType(ExpressRoutePeeringType peeringType) Set the peeringType property: The peering type.ExpressRouteCircuitPeeringPropertiesFormatInner.withPrimaryAzurePort(String primaryAzurePort) Set the primaryAzurePort property: The primary port.ExpressRouteCircuitPeeringPropertiesFormatInner.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix) Set the primaryPeerAddressPrefix property: The primary address prefix.ExpressRouteCircuitPeeringPropertiesFormatInner.withRouteFilter(com.azure.core.management.SubResource routeFilter) Set the routeFilter property: The reference to the RouteFilter resource.ExpressRouteCircuitPeeringPropertiesFormatInner.withSecondaryAzurePort(String secondaryAzurePort) Set the secondaryAzurePort property: The secondary port.ExpressRouteCircuitPeeringPropertiesFormatInner.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix) Set the secondaryPeerAddressPrefix property: The secondary address prefix.ExpressRouteCircuitPeeringPropertiesFormatInner.withSharedKey(String sharedKey) Set the sharedKey property: The shared key.ExpressRouteCircuitPeeringPropertiesFormatInner.withState(ExpressRoutePeeringState state) Set the state property: The peering state.ExpressRouteCircuitPeeringPropertiesFormatInner.withStats(ExpressRouteCircuitStatsInner stats) Set the stats property: The peering stats of express route circuit.ExpressRouteCircuitPeeringPropertiesFormatInner.withVlanId(Integer vlanId) Set the vlanId property: The VLAN ID.