Compartir a través de


PrivateLinkResourcesOperationsExtensions.Get Método

Definición

Obtiene un recurso de vínculo privado

public static Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.Synapse.IPrivateLinkResourcesOperations operations, string resourceGroupName, string workspaceName, string privateLinkResourceName);
static member Get : Microsoft.Azure.Management.Synapse.IPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource
<Extension()>
Public Function Get (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, workspaceName As String, privateLinkResourceName As String) As PrivateLinkResource

Parámetros

operations
IPrivateLinkResourcesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName
String

El nombre del área de trabajo

privateLinkResourceName
String

Nombre del recurso de vínculo privado

Devoluciones

Comentarios

Obtención del recurso private link en el área de trabajo

Se aplica a