LoadTestingResourceCollection.CreateOrUpdate Method

Definition

Create or update LoadTest resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
  • Operation Id: LoadTests_CreateOrUpdate
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

LoadTest resource data.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

loadTestName or data is null.

Applies to