ListLocalNetworkGatewaysResponse 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 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.AzureOperationResponseListLocalNetworkGatewaysResponse
- 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
Azure SDK for .NET