OperationalInsightsWorkspaceResource.GetOperationalInsightsTable 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}
- IdTables_Get de operação
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> GetOperationalInsightsTable (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.GetOperationalInsightsTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function GetOperationalInsightsTable (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 era esperado que não estivesse vazio.
tableName
é nulo.