UpdateApplicationGatewayParameters Class

 

The update parameters for application gateway.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

System.Object
  Microsoft.WindowsAzure.Management.Network.Models.UpdateApplicationGatewayParameters

type UpdateApplicationGatewayParameters = class end

NameDescription
System_CAPS_pubmethodUpdateApplicationGatewayParameters()

Initializes a new instance of the UpdateApplicationGatewayParameters class.

NameDescription
System_CAPS_pubpropertyDescription

Optional. Gateway Description.

System_CAPS_pubpropertyGatewaySize

Optional. The size of each gateway instance.

System_CAPS_pubpropertyInstanceCount

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

System_CAPS_pubpropertySubnets

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

System_CAPS_pubpropertyVnetName

Optional. The vnet to which the gateway belongs.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: