CreateApplicationGatewayParameters Class

Definition

The parameters of a create application gateway request.

public class CreateApplicationGatewayParameters
type CreateApplicationGatewayParameters = class
Public Class CreateApplicationGatewayParameters
Inheritance
CreateApplicationGatewayParameters

Constructors

CreateApplicationGatewayParameters()

Initializes a new instance of the CreateApplicationGatewayParameters class.

Properties

Description

Optional. Gateway Description.

GatewaySize

Optional. The size of each gateway instance.

InstanceCount

Optional. The number of instances to create for this gateway.

Name

Optional. Friendly Name of the gateway.

Subnets

Optional. Subnets in the vnet to which the gateway belongs.

VnetName

Optional. The vnet to which the gateway belongs.

Applies to