Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayAutoScaleConfiguration
Packages that use VirtualNetworkGatewayAutoScaleConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayAutoScaleConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayAutoScaleConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.autoScaleConfiguration()Get the autoScaleConfiguration property: Autoscale configuration for virutal network gateway.VirtualNetworkGatewayPropertiesFormat.autoScaleConfiguration()Get the autoScaleConfiguration property: Autoscale configuration for virutal network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkGatewayAutoScaleConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withAutoScaleConfiguration(VirtualNetworkGatewayAutoScaleConfiguration autoScaleConfiguration) Set the autoScaleConfiguration property: Autoscale configuration for virutal network gateway.VirtualNetworkGatewayPropertiesFormat.withAutoScaleConfiguration(VirtualNetworkGatewayAutoScaleConfiguration autoScaleConfiguration) Set the autoScaleConfiguration property: Autoscale configuration for virutal network gateway. -
Uses of VirtualNetworkGatewayAutoScaleConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayAutoScaleConfigurationModifier and TypeMethodDescriptionVirtualNetworkGatewayAutoScaleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayAutoScaleConfiguration from the JsonReader.VirtualNetworkGatewayAutoScaleConfiguration.withBounds(VirtualNetworkGatewayAutoScaleBounds bounds) Set the bounds property: The bounds of the autoscale configuration.