GatewayListConnectionsResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AzureOperationResponseGatewayListConnectionsResponse
- 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
Azure SDK for .NET