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