ApplicationGatewayGetResponse Class

Definition

The response body contains details of the application gateway.

public class ApplicationGatewayGetResponse : Microsoft.Azure.AzureOperationResponse
type ApplicationGatewayGetResponse = class
    inherit AzureOperationResponse
Public Class ApplicationGatewayGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
ApplicationGatewayGetResponse

Constructors

ApplicationGatewayGetResponse()

Initializes a new instance of the ApplicationGatewayGetResponse class.

Properties

Description

Optional. User supplied description of the gateway

DnsName

Optional. DNS name for the gateay.

GatewaySize

Optional. The size of each gateway instance.

InstanceCount

Optional. The number of instances of this gateway.

Name

Optional. The friendly name of the gateway

State

Optional. The provisioning state of the gateway.

Subnets

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

VirtualIPs

Optional. Virtual IP list of the gateway.

VnetName

Optional. The VNET to which the gateway belongs.

Applies to