CustomIPPrefixesOperationsExtensions.List Method

Definition

Gets all custom IP prefixes in a resource group.

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

Parameters

operations
ICustomIPPrefixesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to