Uses of Interface
com.azure.resourcemanager.network.models.ExpressRouteCircuit.Update
Packages that use ExpressRouteCircuit.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCircuit.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type ExpressRouteCircuit.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceEntry point for Express Route Circuit management API in Azure.static interfaceThe template for a express route circuit update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuit.UpdateModifier and TypeMethodDescriptionExpressRouteCircuit.UpdateStages.WithAuthorization.withAuthorization(String authorizationName) Specifies the authorization name for the express route circuit.ExpressRouteCircuit.UpdateStages.WithBandwidth.withBandwidthInMbps(int bandwidthInMbps) Specifies the bandwidth in Mbps for the express route circuit.ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations.withClassicOperations()Specifies whether classic operations are enabled.ExpressRouteCircuit.UpdateStages.WithAllowClassicOperations.withoutClassicOperations()Specifies whether classic operations are disabled.ExpressRouteCircuit.UpdateStages.WithSku.withSku(ExpressRouteCircuitSkuType sku) Specifies the SKU for the express route circuit.