Partager via


PrivateLinkResourcesOperationsExtensions.GetByGroupId Méthode

Définition

Obtient une ressource pouvant être liée en privé pour un compte avec un identificateur de groupe donné.

public static Microsoft.Azure.Management.Purview.Models.PrivateLinkResource GetByGroupId (this Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations operations, string resourceGroupName, string accountName, string groupId);
static member GetByGroupId : Microsoft.Azure.Management.Purview.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Purview.Models.PrivateLinkResource
<Extension()>
Public Function GetByGroupId (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, accountName As String, groupId As String) As PrivateLinkResource

Paramètres

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

accountName
String

Nom du compte.

groupId
String

Identificateur de groupe.

Retours

Remarques

Obtient une ressource pouvant être liée en privé pour un compte avec un identificateur de groupe donné

S’applique à