你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NatGatewayPropertiesFormat Class

Definition

Nat Gateway properties.

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

Constructors

NatGatewayPropertiesFormat()

Creates an new NatGatewayPropertiesFormat instance.

Properties

IdleTimeoutInMinute

The idle timeout of the nat gateway.

ProvisioningState

The provisioning state of the NAT gateway resource.

PublicIPAddress

An array of public ip addresses associated with the nat gateway resource.

PublicIPPrefix

An array of public ip prefixes associated with the nat gateway resource.

ResourceGuid

The resource GUID property of the NAT gateway resource.

Subnet

An array of references to the subnets using this nat gateway resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NatGatewayPropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NatGatewayPropertiesFormat.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NatGatewayPropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to