Share via


ElasticMonitorResourceCollection.CreateOrUpdateAsync Method

Definition

Create a monitor resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}
  • Operation Id: Monitors_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Elastic.ElasticMonitorResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string monitorName, Azure.ResourceManager.Elastic.ElasticMonitorResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Elastic.ElasticMonitorResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Elastic.ElasticMonitorResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Elastic.ElasticMonitorResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Elastic.ElasticMonitorResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, monitorName As String, data As ElasticMonitorResourceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ElasticMonitorResource))

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.

monitorName
String

Monitor resource name.

data
ElasticMonitorResourceData

Elastic monitor resource model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

monitorName or data is null.

Applies to