NetworkProfilesOperationsExtensions.List Method

Definition

Gets all network profiles in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile> List (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile>
<Extension()>
Public Function List (operations As INetworkProfilesOperations, resourceGroupName As String) As IPage(Of NetworkProfile)

Parameters

operations
INetworkProfilesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to