GatewayListGatewayConnectionsResponse Class

Definition

The response to a ListGatewayConnections request to a Virtual Network Gateway.

public class GatewayListGatewayConnectionsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Network.Models.GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection>
type GatewayListGatewayConnectionsResponse = class
    inherit AzureOperationResponse
    interface seq<GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection>
    interface IEnumerable
Public Class GatewayListGatewayConnectionsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of GatewayListGatewayConnectionsResponse.VirtualNetworkGatewayConnection)
Inheritance
Microsoft.Azure.AzureOperationResponse
GatewayListGatewayConnectionsResponse
Implements

Constructors

GatewayListGatewayConnectionsResponse()

Initializes a new instance of the GatewayListGatewayConnectionsResponse class.

Properties

VirtualNetworkGatewayConnections

Optional. The list of gateway connections.

Methods

GetEnumerator()

Gets the sequence of VirtualNetworkGatewayConnections.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of VirtualNetworkGatewayConnections.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to