Show / Hide Table of Contents

Class ApplicationGatewayFrontendIpConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayFrontendIpConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayFrontendIpConfigurationArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayFrontendIpConfigurationArgs()

Declaration
public ApplicationGatewayFrontendIpConfigurationArgs()

Properties

View Source

Id

The ID of the Rewrite Rule Set

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Frontend IP Configuration.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

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

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