NatGatewayData Class

Definition

Compatibility declaration for the NatGatewayData type.

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

Constructors

Name Description
NatGatewayData()

Initializes a new instance of NatGatewayData.

Properties

Name Description
ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
IdleTimeoutInMinutes

The idle timeout of the nat gateway.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
Nat64

Whether Nat64 is enabled for the NAT gateway resource.

ProvisioningState

The provisioning state of the NAT gateway resource.

PublicIpAddresses

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

PublicIPAddresses

Compatibility member.

PublicIpAddressesV6

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

PublicIPAddressesV6

Compatibility member.

PublicIpPrefixes

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

PublicIPPrefixes

Compatibility member.

PublicIpPrefixesV6

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

PublicIPPrefixesV6

Compatibility member.

ResourceGuid

Gets the ResourceGuid compatibility property.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
ServiceGatewayId

Resource ID.

SkuName

Name of Nat Gateway SKU.

SourceVirtualNetworkId

Resource ID.

Subnets

Gets or sets the Subnets compatibility property.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)
Zones

A list of availability zones denoting the zone in which Nat Gateway should be deployed.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NatGatewayData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NatGatewayData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NatGatewayData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NatGatewayData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NatGatewayData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to