Compartir a través de


SynapseExtensions.GetSynapseWorkspacePrivateLinkResource Método

Definición

Obtiene un objeto que representa junto SynapseWorkspacePrivateLinkResource con las operaciones de instancia que se pueden realizar en él, pero sin datos. Puede usar CreateResourceIdentifier(String, String, String, String) para crear un objeto SynapseWorkspacePrivateLinkResourceResourceIdentifier a partir de sus componentes.

public static Azure.ResourceManager.Synapse.SynapseWorkspacePrivateLinkResource GetSynapseWorkspacePrivateLinkResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetSynapseWorkspacePrivateLinkResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Synapse.SynapseWorkspacePrivateLinkResource
<Extension()>
Public Function GetSynapseWorkspacePrivateLinkResource (client As ArmClient, id As ResourceIdentifier) As SynapseWorkspacePrivateLinkResource

Parámetros

client
ArmClient

Instancia ArmClient en la que se ejecutará el método.

id
ResourceIdentifier

Identificador de recurso del recurso que se va a obtener.

Devoluciones

Devuelve un objeto SynapseWorkspacePrivateLinkResource.

Se aplica a