VirtualNetworkGatewayAutoScaleBounds Class

Definition

The VirtualNetworkGatewayAutoScaleBounds.

public class VirtualNetworkGatewayAutoScaleBounds : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.VirtualNetworkGatewayAutoScaleBounds>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.VirtualNetworkGatewayAutoScaleBounds>
public class VirtualNetworkGatewayAutoScaleBounds
type VirtualNetworkGatewayAutoScaleBounds = class
    interface IJsonModel<VirtualNetworkGatewayAutoScaleBounds>
    interface IPersistableModel<VirtualNetworkGatewayAutoScaleBounds>
type VirtualNetworkGatewayAutoScaleBounds = class
Public Class VirtualNetworkGatewayAutoScaleBounds
Implements IJsonModel(Of VirtualNetworkGatewayAutoScaleBounds), IPersistableModel(Of VirtualNetworkGatewayAutoScaleBounds)
Public Class VirtualNetworkGatewayAutoScaleBounds
Inheritance
VirtualNetworkGatewayAutoScaleBounds
Implements

Constructors

VirtualNetworkGatewayAutoScaleBounds()

Initializes a new instance of VirtualNetworkGatewayAutoScaleBounds.

Properties

Max

Maximum Scale Units for Autoscale configuration.

Min

Minimum scale Units for Autoscale configuration.

Explicit Interface Implementations

IJsonModel<VirtualNetworkGatewayAutoScaleBounds>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualNetworkGatewayAutoScaleBounds>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualNetworkGatewayAutoScaleBounds>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkGatewayAutoScaleBounds>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualNetworkGatewayAutoScaleBounds>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to