Freigeben über


ChaosExperimentCollection.CreateOrUpdate Method

Definition

Create or update a Experiment resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}
  • Operation Id: Experiments_CreateOrUpdate
  • Default Api Version: 2024-01-01
  • Resource: ChaosExperimentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosExperimentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string experimentName, Azure.ResourceManager.Chaos.ChaosExperimentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Chaos.ChaosExperimentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosExperimentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Chaos.ChaosExperimentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosExperimentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, experimentName As String, data As ChaosExperimentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ChaosExperimentResource)

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.

experimentName
String

String that represents a Experiment resource name.

data
ChaosExperimentData

Experiment resource to be created or updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

experimentName or data is null.

Applies to