Compartilhar via


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.GetAsync Método

Definição

Obter recurso de Link Privado do Hub Link Privado

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations operations, string resourceGroupName, string privateLinkHubName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkHubPrivateLinkResourcesOperations, resourceGroupName As String, privateLinkHubName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

Parâmetros

operations
IPrivateLinkHubPrivateLinkResourcesOperations

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

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

privateLinkHubName
String

O nome do hub de link privado

privateLinkResourceName
String

O nome do recurso de link privado

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obter recurso de link privado no hub de link privado

Aplica-se a