OperationalInsightsWorkspaceResource.GetOperationalInsightsTableAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma tabela de workspace do Log Analytics.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
- Operação IdTables_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>> GetOperationalInsightsTableAsync (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
override this.GetOperationalInsightsTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
Public Overridable Function GetOperationalInsightsTableAsync (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationalInsightsTableResource))
Parâmetros
- tableName
- String
O nome da tabela.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
tableName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
tableName
é nulo.