ApplicationGatewayGetResponse Class

 

The response body contains details of the application gateway.

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

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse

type ApplicationGatewayGetResponse = 
    class
        inherit AzureOperationResponse
    end

NameDescription
System_CAPS_pubmethodApplicationGatewayGetResponse()

Initializes a new instance of the ApplicationGatewayGetResponse class.

NameDescription
System_CAPS_pubpropertyDescription

Optional. User supplied description of the gateway

System_CAPS_pubpropertyDnsName

Optional. DNS name for the gateay.

System_CAPS_pubpropertyGatewaySize

Optional. The size of each gateway instance.

System_CAPS_pubpropertyInstanceCount

Optional. The number of instances of this gateway.

System_CAPS_pubpropertyName

Optional. The friendly name of the gateway

System_CAPS_pubpropertyRequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubpropertyState

Optional. The provisioning state of the gateway.

System_CAPS_pubpropertyStatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubpropertySubnets

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

System_CAPS_pubpropertyVirtualIPs

Optional. Virtual IP list of the gateway.

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: