ListLocalNetworkGatewaysResponse Class

Definition

The response to a ListLocalNetworkGateways request.

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

Constructors

ListLocalNetworkGatewaysResponse()

Initializes a new instance of the ListLocalNetworkGatewaysResponse class.

Properties

LocalNetworkGateways

Optional. The list of local network gateways.

Methods

GetEnumerator()

Gets the sequence of LocalNetworkGateways.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of LocalNetworkGateways.

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