Class NatGatewayPublicIpAssociationArgs
Inherited Members
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 NatGatewayPublicIpAssociationArgs : ResourceArgs
Constructors
View SourceNatGatewayPublicIpAssociationArgs()
Declaration
public NatGatewayPublicIpAssociationArgs()
Properties
View SourceNatGatewayId
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> |
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> |