Uses of Class
com.microsoft.azure.management.network.ExpressRoutePeeringType
-
Packages that use ExpressRoutePeeringType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ExpressRoutePeeringType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network 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.microsoft.azure.management.network that return types with arguments of type ExpressRoutePeeringType Modifier and Type Method Description static Collection<ExpressRoutePeeringType>ExpressRoutePeeringType. values()
-