Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitPeeringConfig
Packages that use ExpressRouteCircuitPeeringConfig
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.microsoftPeeringConfig()Get the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.microsoftPeeringConfig()Get the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCrossConnectionPeeringInner.microsoftPeeringConfig()Get the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCrossConnectionPeeringProperties.microsoftPeeringConfig()Get the microsoftPeeringConfig property: The Microsoft peering configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCircuitPeeringPropertiesFormatInner.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCrossConnectionPeeringInner.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCrossConnectionPeeringProperties.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration. -
Uses of ExpressRouteCircuitPeeringConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeeringConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitPeeringConfig from the JsonReader.ExpressRouteCircuitPeering.microsoftPeeringConfig()Gets the Microsoft peering configuration.ExpressRouteCrossConnectionPeering.microsoftPeeringConfig()Gets the Microsoft peering configuration.Ipv6ExpressRouteCircuitPeeringConfig.microsoftPeeringConfig()Get the microsoftPeeringConfig property: The Microsoft peering configuration.ExpressRouteCircuitPeeringConfig.withAdvertisedCommunities(List<String> advertisedCommunities) Set the advertisedCommunities property: The communities of bgp peering.ExpressRouteCircuitPeeringConfig.withAdvertisedPublicPrefixes(List<String> advertisedPublicPrefixes) Set the advertisedPublicPrefixes property: The reference to AdvertisedPublicPrefixes.ExpressRouteCircuitPeeringConfig.withCustomerAsn(Integer customerAsn) Set the customerAsn property: The CustomerASN of the peering.ExpressRouteCircuitPeeringConfig.withLegacyMode(Integer legacyMode) Set the legacyMode property: The legacy mode of the peering.ExpressRouteCircuitPeeringConfig.withRoutingRegistryName(String routingRegistryName) Set the routingRegistryName property: The RoutingRegistryName of the configuration.Methods in com.azure.resourcemanager.network.models with parameters of type ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.withMicrosoftPeeringConfig(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the microsoftPeeringConfig property: The Microsoft peering configuration.