Compartir a través de


TablesOperationsExtensions.CreateOrUpdate Método

Definición

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

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

Parámetros

operations
ITablesOperations

El grupo de operaciones de 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