Share via


UpdateApplicationGatewayParameters.InstanceCount Property

 

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

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

Syntax

public uint InstanceCount { get; set; }
public:
property unsigned int InstanceCount {
    unsigned int get();
    void set(unsigned int value);
}
member InstanceCount : uint32 with get, set
Public Property InstanceCount As UInteger

Property Value

Type: System.UInt32

See Also

UpdateApplicationGatewayParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top