GatewayListGatewayConnectionsResponse 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 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.AzureOperationResponseGatewayListGatewayConnectionsResponse
- 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
Azure SDK for .NET