Uses of Class
com.azure.resourcemanager.network.models.ExpressRoutePortsEncapsulation
Packages that use ExpressRoutePortsEncapsulation
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRoutePortsEncapsulation in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePortsEncapsulationModifier and TypeMethodDescriptionExpressRoutePortInner.encapsulation()Get the encapsulation property: Encapsulation method on physical ports.ExpressRoutePortPropertiesFormat.encapsulation()Get the encapsulation property: Encapsulation method on physical ports.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRoutePortsEncapsulationModifier and TypeMethodDescriptionExpressRoutePortInner.withEncapsulation(ExpressRoutePortsEncapsulation encapsulation) Set the encapsulation property: Encapsulation method on physical ports.ExpressRoutePortPropertiesFormat.withEncapsulation(ExpressRoutePortsEncapsulation encapsulation) Set the encapsulation property: Encapsulation method on physical ports. -
Uses of ExpressRoutePortsEncapsulation in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ExpressRoutePortsEncapsulationModifier and TypeFieldDescriptionstatic final ExpressRoutePortsEncapsulationExpressRoutePortsEncapsulation.DOT1QStatic value Dot1Q for ExpressRoutePortsEncapsulation.static final ExpressRoutePortsEncapsulationExpressRoutePortsEncapsulation.QINQStatic value QinQ for ExpressRoutePortsEncapsulation.Methods in com.azure.resourcemanager.network.models that return ExpressRoutePortsEncapsulationModifier and TypeMethodDescriptionExpressRoutePortsEncapsulation.fromString(String name) Creates or finds a ExpressRoutePortsEncapsulation from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRoutePortsEncapsulationModifier and TypeMethodDescriptionExpressRoutePortsEncapsulation.values()Gets known ExpressRoutePortsEncapsulation values.