Partilhar via


KustoManagedPrivateEndpointCollection.GetIfExistsAsync Método

Definição

Tenta obter detalhes para esse recurso do serviço.

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