Show / Hide Table of Contents

Class NatGatewayPublicIpAssociationState

Inheritance
System.Object
InputArgs
ResourceArgs
NatGatewayPublicIpAssociationState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NatGatewayPublicIpAssociationState : ResourceArgs

Constructors

View Source

NatGatewayPublicIpAssociationState()

Declaration
public NatGatewayPublicIpAssociationState()

Properties

View Source

NatGatewayId

The ID of the Nat Gateway. Changing this forces a new resource to be created.

Declaration
public Input<string> NatGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublicIpAddressId

The ID of the Public IP which this Nat Gateway which should be connected to. Changing this forces a new resource to be created.

Declaration
public Input<string> PublicIpAddressId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.