WorkbookTemplateCollection.CreateOrUpdate Method

Definition

Create a new workbook template.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooktemplates/{resourceName}
  • Operation Id: WorkbookTemplates_CreateOrUpdate
  • Default Api Version: 2020-11-20
  • Resource: WorkbookTemplateResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.WorkbookTemplateResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string resourceName, Azure.ResourceManager.ApplicationInsights.WorkbookTemplateData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ApplicationInsights.WorkbookTemplateData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.WorkbookTemplateResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ApplicationInsights.WorkbookTemplateData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApplicationInsights.WorkbookTemplateResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, resourceName As String, data As WorkbookTemplateData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WorkbookTemplateResource)

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.

resourceName
String

The name of the Application Insights component resource.

data
WorkbookTemplateData

Properties that need to be specified to create a new workbook.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceName is an empty string, and was expected to be non-empty.

resourceName or data is null.

Applies to