Show / Hide Table of Contents

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 Source

Id

The ID of the Rewrite Rule Set

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the Frontend IP Configuration.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PrivateIpAddress

The Private IP Address to use for the Application Gateway.

Declaration
public readonly string PrivateIpAddress
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.