Share via


ApplicationGatewayListResponse Class

 

The response of ListApplicationGateways request.

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

Inheritance Hierarchy

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

Syntax

public class ApplicationGatewayListResponse : AzureOperationResponse, 
    IEnumerable<ApplicationGatewayGetResponse>, IEnumerable
public ref class ApplicationGatewayListResponse : AzureOperationResponse, 
    IEnumerable<ApplicationGatewayGetResponse^>, IEnumerable
type ApplicationGatewayListResponse = 
    class
        inherit AzureOperationResponse
        interface IEnumerable<ApplicationGatewayGetResponse>
        interface IEnumerable
    end
Public Class ApplicationGatewayListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of ApplicationGatewayGetResponse), IEnumerable

Constructors

Name Description
ApplicationGatewayListResponse()

Initializes a new instance of the ApplicationGatewayListResponse class.

Properties

Name Description
ApplicationGateways

Optional.

RequestId

(Inherited from AzureOperationResponse.)

StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetEnumerator()

Gets the sequence of ApplicationGateways.

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Gets the sequence of ApplicationGateways.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top