Show / Hide Table of Contents

Class NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs

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

Constructors

View Source

NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs()

Declaration
public NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs()

Properties

View Source

BackendAddressPoolId

The ID of the Application Gateway's 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>
View Source

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>
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.