VirtualNetworkGatewaySku Class

Definition

VirtualNetworkGatewaySku details.

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

Constructors

VirtualNetworkGatewaySku()

Initializes a new instance of VirtualNetworkGatewaySku.

Properties

Capacity

The capacity.

Name

Gateway SKU name.

Tier

Gateway SKU tier.

Explicit Interface Implementations

IJsonModel<VirtualNetworkGatewaySku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualNetworkGatewaySku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualNetworkGatewaySku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkGatewaySku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualNetworkGatewaySku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to