Compartilhar via


NatGatewaySku Class

Definition

SKU of nat gateway.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NatGatewaySkuTypeConverter))]
public class NatGatewaySku : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGatewaySku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NatGatewaySkuTypeConverter))>]
type NatGatewaySku = class
    interface INatGatewaySku
    interface IJsonSerializable
Public Class NatGatewaySku
Implements INatGatewaySku
Inheritance
NatGatewaySku
Attributes
Implements

Constructors

NatGatewaySku()

Creates an new NatGatewaySku instance.

Properties

Name

Name of Nat Gateway SKU.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NatGatewaySku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NatGatewaySku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.INatGatewaySku.

FromJsonString(String)

Creates a new instance of NatGatewaySku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NatGatewaySku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to