Uses of Class
com.azure.resourcemanager.network.models.Ipv6ExpressRouteCircuitPeeringConfig
Packages that use Ipv6ExpressRouteCircuitPeeringConfig
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of Ipv6ExpressRouteCircuitPeeringConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return Ipv6ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.ipv6PeeringConfig()Get the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.ipv6PeeringConfig()Get the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCrossConnectionPeeringInner.ipv6PeeringConfig()Get the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCrossConnectionPeeringProperties.ipv6PeeringConfig()Get the ipv6PeeringConfig property: The IPv6 peering configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type Ipv6ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCrossConnectionPeeringInner.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration.ExpressRouteCrossConnectionPeeringProperties.withIpv6PeeringConfig(Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig) Set the ipv6PeeringConfig property: The IPv6 peering configuration. -
Uses of Ipv6ExpressRouteCircuitPeeringConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Ipv6ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Ipv6ExpressRouteCircuitPeeringConfig from the JsonReader.ExpressRouteCircuitPeering.ipv6PeeringConfig()Gets the IPv6 peering configuration.ExpressRouteCrossConnectionPeering.ipv6PeeringConfig()Gets the IPv6 peering configuration.Ipv6ExpressRouteCircuitPeeringConfig.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.Ipv6ExpressRouteCircuitPeeringConfig.withPrimaryPeerAddressPrefix(String primaryPeerAddressPrefix) Set the primaryPeerAddressPrefix property: The primary address prefix.Ipv6ExpressRouteCircuitPeeringConfig.withRouteFilter(com.azure.core.management.SubResource routeFilter) Set the routeFilter property: The reference to the RouteFilter resource.Ipv6ExpressRouteCircuitPeeringConfig.withSecondaryPeerAddressPrefix(String secondaryPeerAddressPrefix) Set the secondaryPeerAddressPrefix property: The secondary address prefix.Ipv6ExpressRouteCircuitPeeringConfig.withState(ExpressRouteCircuitPeeringState state) Set the state property: The state of peering.