Compartir a través de


SqlExtensions.GetSqlPrivateLinkResource(ArmClient, ResourceIdentifier) Método

Definición

Obtiene un objeto que representa junto SqlPrivateLinkResource 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 SqlPrivateLinkResourceResourceIdentifier a partir de sus componentes.

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

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 SqlPrivateLinkResource.

Se aplica a