Class NetworkInterfaceNatRuleAssociationArgs
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 NetworkInterfaceNatRuleAssociationArgs : ResourceArgs
Constructors
View SourceNetworkInterfaceNatRuleAssociationArgs()
Declaration
public NetworkInterfaceNatRuleAssociationArgs()
Properties
View SourceIpConfigurationName
The Name of the IP Configuration within the Network Interface which should be connected to the NAT Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> IpConfigurationName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NatRuleId
The ID of the Load Balancer NAT Rule which this Network Interface which should be connected to. Changing this forces a new resource to be created.
Declaration
public Input<string> NatRuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkInterfaceId
The ID of the Network Interface. Changing this forces a new resource to be created.
Declaration
public Input<string> NetworkInterfaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |