Aracılığıyla paylaş


IpAllocationsOperationsExtensions.ListByResourceGroup Method

Definition

Gets all IpAllocations in a resource group.

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

Parameters

operations
IIpAllocationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to