Condividi tramite


IpAllocationsOperationsExtensions.List(IIpAllocationsOperations) Method

Definition

Gets all IpAllocations in a subscription.

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

Parameters

operations
IIpAllocationsOperations

The operations group for this extension method.

Returns

Applies to