Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePeeringType
-
Packages that use ExpressRoutePeeringType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRoutePeeringType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePeeringType Modifier and Type Method Description ExpressRoutePeeringTypeExpressRouteCircuitPeeringInner. peeringType()Get the peeringType property: The peering type.ExpressRoutePeeringTypeExpressRouteCircuitPeeringPropertiesFormatInner. peeringType()Get the peeringType property: The peering type.ExpressRoutePeeringTypeExpressRouteCrossConnectionPeeringInner. peeringType()Get the peeringType property: The peering type.ExpressRoutePeeringTypeExpressRouteCrossConnectionPeeringProperties. peeringType()Get the peeringType property: The peering type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRoutePeeringType Modifier and Type Method Description ExpressRouteCircuitPeeringInnerExpressRouteCircuitPeeringInner. withPeeringType(ExpressRoutePeeringType peeringType)Set the peeringType property: The peering type.ExpressRouteCircuitPeeringPropertiesFormatInnerExpressRouteCircuitPeeringPropertiesFormatInner. withPeeringType(ExpressRoutePeeringType peeringType)Set the peeringType property: The peering type.ExpressRouteCrossConnectionPeeringInnerExpressRouteCrossConnectionPeeringInner. withPeeringType(ExpressRoutePeeringType peeringType)Set the peeringType property: The peering type.ExpressRouteCrossConnectionPeeringPropertiesExpressRouteCrossConnectionPeeringProperties. withPeeringType(ExpressRoutePeeringType peeringType)Set the peeringType property: The peering type. -
Uses of ExpressRoutePeeringType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRoutePeeringType Modifier and Type Field Description static ExpressRoutePeeringTypeExpressRoutePeeringType. AZURE_PRIVATE_PEERINGStatic value AzurePrivatePeering for ExpressRoutePeeringType.static ExpressRoutePeeringTypeExpressRoutePeeringType. AZURE_PUBLIC_PEERINGStatic value AzurePublicPeering for ExpressRoutePeeringType.static ExpressRoutePeeringTypeExpressRoutePeeringType. MICROSOFT_PEERINGStatic value MicrosoftPeering for ExpressRoutePeeringType.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePeeringType Modifier and Type Method Description static ExpressRoutePeeringTypeExpressRoutePeeringType. fromString(String name)Creates or finds a ExpressRoutePeeringType from its string representation.ExpressRoutePeeringTypeExpressRouteCircuitPeering. peeringType()ExpressRoutePeeringTypeExpressRouteCrossConnectionPeering. peeringType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePeeringType Modifier and Type Method Description static Collection<ExpressRoutePeeringType>ExpressRoutePeeringType. values()
-