Compartilhar via


TablesOperationsExtensions.GetAsync Método

Definição

Obtém uma tabela de workspace do Log Analytics.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.Table> GetAsync (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.Table>
<Extension()>
Public Function GetAsync (operations As ITablesOperations, resourceGroupName As String, workspaceName As String, tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Table)

Parâmetros

operations
ITablesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

tableName
String

O nome da tabela.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a