ChaosCapabilityCollection.CreateOrUpdateAsync Method

Definition

Create or update a Capability resource that extends a Target resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}/capabilities/{capabilityName}
  • Operation Id: Capabilities_CreateOrUpdate
  • Default Api Version: 2024-01-01
  • Resource: ChaosCapabilityResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosCapabilityResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string capabilityName, Azure.ResourceManager.Chaos.ChaosCapabilityData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Chaos.ChaosCapabilityData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosCapabilityResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Chaos.ChaosCapabilityData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Chaos.ChaosCapabilityResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, capabilityName As String, data As ChaosCapabilityData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ChaosCapabilityResource))

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.

capabilityName
String

String that represents a Capability resource name.

data
ChaosCapabilityData

Capability resource to be created or updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

capabilityName or data is null.

Applies to