LoadTestingResourceCollection.CreateOrUpdate Method

Definition

Create a LoadTestResource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}.
  • Operation Id. : LoadTests_CreateOrUpdate.
  • Default Api Version. : 2024-12-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LoadTesting.LoadTestingResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string loadTestName, Azure.ResourceManager.LoadTesting.LoadTestingResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.LoadTesting.LoadTestingResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LoadTesting.LoadTestingResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.LoadTesting.LoadTestingResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LoadTesting.LoadTestingResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, loadTestName As String, data As LoadTestingResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LoadTestingResource)

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.

loadTestName
String

Load Test name.

data
LoadTestingResourceData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

loadTestName or data is null.

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

Applies to