Partager via


IpAllocationsOperationsExtensions.ListByResourceGroup Méthode

Définition

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

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)

Paramètres

operations
IIpAllocationsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

Retours

S’applique à