Partilhar via


KustoManagedPrivateEndpointCollection.Get(String, CancellationToken) Método

Definição

Obtém um ponto de extremidade privado gerenciado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Operação IdManagedPrivateEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource> Get (string managedPrivateEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
Public Overridable Function Get (managedPrivateEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoManagedPrivateEndpointResource)

Parâmetros

managedPrivateEndpointName
String

O nome do ponto de extremidade privado gerenciado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

managedPrivateEndpointName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

managedPrivateEndpointName é nulo.

Aplica-se a