Compartir a través de


KustoExtensions.GetKustoManagedPrivateEndpointResource Método

Definición

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

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

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

Se aplica a