GatewayListConnectionsResponse Class

Definition

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

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

Constructors

GatewayListConnectionsResponse()

Initializes a new instance of the GatewayListConnectionsResponse class.

Properties

Connections

Optional. The list of connections.

Methods

GetEnumerator()

Gets the sequence of Connections.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Connections.

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