Udostępnij za pośrednictwem


NetworkOperationsExtensions.List(INetworkOperations) Method

Definition

The List Virtual network sites operation retrieves the virtual networks configured for the subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157185.aspx for more information)

public static Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse List (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations);
static member List : Microsoft.WindowsAzure.Management.Network.INetworkOperations -> Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse
<Extension()>
Public Function List (operations As INetworkOperations) As NetworkListResponse

Parameters

operations
INetworkOperations

Reference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.

Returns

The response structure for the Network Operations List operation.

Applies to