Share via


ApplicationGatewayGetResponse.GatewaySize Property

 

Optional. The size of each gateway instance.

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

Syntax

public string GatewaySize { get; set; }
public:
property String^ GatewaySize {
    String^ get();
    void set(String^ value);
}
member GatewaySize : string with get, set
Public Property GatewaySize As String

Property Value

Type: System.String

See Also

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

Return to top