Class ApplicationGatewayFrontendIpConfiguration
Inheritance
System.Object
ApplicationGatewayFrontendIpConfiguration
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayFrontendIpConfiguration
Fields
View SourceId
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Frontend IP Configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddress
The Private IP Address to use for the Application Gateway.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressAllocation
The Allocation Method for the Private IP Address. Possible values are Dynamic and Static.
Declaration
public readonly string PrivateIpAddressAllocation
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
The ID of a Public IP Address which the Application Gateway should use.
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the Subnet which the Application Gateway should be connected to.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |