Aracılığıyla paylaş


PublicIPPrefixesOperationsExtensions.ListAll Method

Definition

Gets all the public IP prefixes in a subscription.

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

Parameters

operations
IPublicIPPrefixesOperations

The operations group for this extension method.

Returns

Applies to