Compartilhar via


PrivateLinkResourcesOperationsExtensions.Get Método

Definição

Obtém o recurso de link privado específico.

public static Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName, string privateLinkResourceName);
static member Get : Microsoft.Azure.Management.HDInsight.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.PrivateLinkResource
<Extension()>
Public Function Get (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, clusterName As String, privateLinkResourceName 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.

clusterName
String

O nome do cluster.

privateLinkResourceName
String

O nome do recurso de link privado.

Retornos

Aplica-se a