Compartir a través de


TablesOperationsExtensions.BeginCreateOrUpdate Método

Definición

Actualice o cree una tabla de área de trabajo de Log Analytics.

public static Microsoft.Azure.Management.OperationalInsights.Models.Table BeginCreateOrUpdate (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName, Microsoft.Azure.Management.OperationalInsights.Models.Table parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.Table -> Microsoft.Azure.Management.OperationalInsights.Models.Table
<Extension()>
Public Function BeginCreateOrUpdate (operations As ITablesOperations, resourceGroupName As String, workspaceName As String, tableName As String, parameters As Table) As Table

Parámetros

operations
ITablesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

workspaceName
String

El nombre del área de trabajo.

tableName
String

Nombre de la tabla.

parameters
Table

Parámetros necesarios para actualizar las propiedades de la tabla.

Devoluciones

Se aplica a