Partager via


TablesOperationsExtensions.GetAsync Méthode

Définition

Obtient une table d’espace de travail 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)

Paramètres

operations
ITablesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail.

tableName
String

Nom de la table.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à