VoiceServicesTestLineCollection.CreateOrUpdate Method

Definition

Create a TestLine

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