Partilhar via


PrivateLinkResourcesOperationsExtensions.Get Método

Definição

Obtém um recurso de link privado.

public static Microsoft.Azure.Management.Kusto.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.Kusto.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName, string privateLinkResourceName);
static member Get : Microsoft.Azure.Management.Kusto.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Kusto.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 que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

privateLinkResourceName
String

O nome do recurso de link privado.

Retornos

Aplica-se a