Show / Hide Table of Contents

Class NetworkInterfaceNatRuleAssociationState

Inheritance
System.Object
InputArgs
ResourceArgs
NetworkInterfaceNatRuleAssociationState
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 NetworkInterfaceNatRuleAssociationState : ResourceArgs

Constructors

View Source

NetworkInterfaceNatRuleAssociationState()

Declaration
public NetworkInterfaceNatRuleAssociationState()

Properties

View Source

IpConfigurationName

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.