PublicIPPrefixesOperationsExtensions.List Method

Definition

Gets all public IP prefixes in a resource group.

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

Parameters

operations
IPublicIPPrefixesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to