CustomIPPrefixesOperationsExtensions.ListAll Method

Definition

Gets all the custom IP prefixes in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.CustomIpPrefix> ListAll (this Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations operations);
static member ListAll : Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.CustomIpPrefix>
<Extension()>
Public Function ListAll (operations As ICustomIPPrefixesOperations) As IPage(Of CustomIpPrefix)

Parameters

operations
ICustomIPPrefixesOperations

The operations group for this extension method.

Returns

Applies to