Class ApplicationGatewayBackendAddressPoolArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendAddressPoolArgs : ResourceArgs
Constructors
View SourceApplicationGatewayBackendAddressPoolArgs()
Declaration
public ApplicationGatewayBackendAddressPoolArgs()
Properties
View SourceFqdns
A list of FQDN's which should be part of the Backend Address Pool.
Declaration
public InputList<string> Fqdns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Id
The ID of the Rewrite Rule Set
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddresses
A list of IP Addresses which should be part of the Backend Address Pool.
Declaration
public InputList<string> IpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The name of the Backend Address Pool.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |