VoiceServicesTestLineCollection.CreateOrUpdateAsync Method

Definition

Create a TestLine

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}/testLines/{testLineName}
  • Operation Id: TestLines_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string testLineName, Azure.ResourceManager.VoiceServices.VoiceServicesTestLineData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.VoiceServices.VoiceServicesTestLineData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.VoiceServices.VoiceServicesTestLineData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, testLineName As String, data As VoiceServicesTestLineData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of VoiceServicesTestLineResource))

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.

testLineName
String

Unique identifier for this test line.

data
VoiceServicesTestLineData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

testLineName or data is null.

Applies to