NatGatewayData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the NatGateway data model. Nat Gateway resource.
public class NatGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.NatGatewayData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.NatGatewayData>
public class NatGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type NatGatewayData = class
inherit NetworkTrackedResourceData
interface IJsonModel<NatGatewayData>
interface IPersistableModel<NatGatewayData>
type NatGatewayData = class
inherit NetworkTrackedResourceData
Public Class NatGatewayData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of NatGatewayData), IPersistableModel(Of NatGatewayData)
Public Class NatGatewayData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
NatGatewayData() |
Initializes a new instance of NatGatewayData. |
Properties
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) |
ProvisioningState |
The provisioning state of the NAT gateway resource. |
PublicIPAddresses |
An array of public ip addresses associated with the nat gateway resource. |
PublicIPPrefixes |
An array of public ip prefixes associated with the nat gateway resource. |
ResourceGuid |
The resource GUID property of the NAT gateway resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
SkuName |
Name of Nat Gateway SKU. |
Subnets |
An array of references to the subnets using this nat gateway resource. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Zones |
A list of availability zones denoting the zone in which Nat Gateway should be deployed. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET