NatGateway Class

Definition

Nat Gateway resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NatGateway : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NatGateway = class
    inherit Resource
Public Class NatGateway
Inherits Resource
Inheritance
NatGateway
Attributes

Constructors

NatGateway()

Initializes a new instance of the NatGateway class.

NatGateway(String, String, String, String, IDictionary<String, String>, NatGatewaySku, Nullable<Int32>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, IList<String>, String)

Initializes a new instance of the NatGateway class.

Properties

Etag

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

Id

Gets or sets resource ID.

(Inherited from Resource)
IdleTimeoutInMinutes

Gets or sets the idle timeout of the nat gateway.

Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets the provisioning state of the NAT gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIpAddresses

Gets or sets an array of public ip addresses associated with the nat gateway resource.

PublicIpPrefixes

Gets or sets an array of public ip prefixes associated with the nat gateway resource.

ResourceGuid

Gets the resource GUID property of the NAT gateway resource.

Sku

Gets or sets the nat gateway SKU.

Subnets

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

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
Zones

Gets or sets a list of availability zones denoting the zone in which Nat Gateway should be deployed.

Applies to