UpdateApplicationGatewayParameters.InstanceCount 属性

 

可选。 要为此网关创建的实例数。

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

属性值

Type: System.UInt32

请参阅

UpdateApplicationGatewayParameters 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首