Class ApplicationGatewayFrontendIpConfigurationArgs
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 ApplicationGatewayFrontendIpConfigurationArgs : ResourceArgs
Constructors
View SourceApplicationGatewayFrontendIpConfigurationArgs()
Declaration
public ApplicationGatewayFrontendIpConfigurationArgs()
Properties
View SourceId
The ID of the Rewrite Rule Set
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Frontend IP Configuration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateIpAddress
The Private IP Address to use for the Application Gateway.
Declaration
public Input<string> PrivateIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateIpAddressAllocation
The Allocation Method for the Private IP Address. Possible values are Dynamic and Static.
Declaration
public Input<string> PrivateIpAddressAllocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicIpAddressId
The ID of a Public IP Address which the Application Gateway should use.
Declaration
public Input<string> PublicIpAddressId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
The ID of the Subnet which the Application Gateway should be connected to.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |