Uses of Interface
com.azure.resourcemanager.network.models.ExpressRouteCircuit.DefinitionStages.WithCreate
-
Packages that use ExpressRouteCircuit.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteCircuit.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of ExpressRouteCircuit.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceExpressRouteCircuit.DefinitionThe entirety of the express route circuit definition.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuit.DefinitionStages.WithCreate Modifier and Type Method Description ExpressRouteCircuit.DefinitionStages.WithCreateExpressRouteCircuit.DefinitionStages.WithAuthorization. withAuthorization(String authorizationName)Specifies the authorization name for the express route circuit.ExpressRouteCircuit.DefinitionStages.WithCreateExpressRouteCircuit.DefinitionStages.WithAllowClassicOperations. withClassicOperations()Specifies whether classic operations are enabled.ExpressRouteCircuit.DefinitionStages.WithCreateExpressRouteCircuit.DefinitionStages.WithSku. withSku(ExpressRouteCircuitSkuType skuType)Specifies the SKU type for the express route circuit.
-