OperationalInsightsTableResource.Update Method

Definition

Update a Log Analytics workspace table.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
  • Operation Id: Tables_Update
  • Default Api Version: 2022-10-01
  • Resource: OperationalInsightsTableResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As OperationalInsightsTableData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of OperationalInsightsTableResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

data
OperationalInsightsTableData

The parameters required to update table properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to