Compartilhar via


PrivateLinkResourcesOperationsExtensions.GetByGroupId Método

Definição

Obtém recursos vinculáveis privadamente para uma conta com determinado identificador de grupo.

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

Parâmetros

operations
IPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

accountName
String

O nome da conta.

groupId
String

O identificador do grupo.

Retornos

Comentários

Obtém recursos vinculáveis privadamente para uma conta com determinado identificador de grupo

Aplica-se a