Share via


LinkerResourceCollection.CreateOrUpdateAsync Method

Definition

Create or update linker resource.

  • Request Path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
  • Operation Id: Linker_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceLinker.LinkerResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string linkerName, Azure.ResourceManager.ServiceLinker.LinkerResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ServiceLinker.LinkerResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceLinker.LinkerResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ServiceLinker.LinkerResourceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceLinker.LinkerResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, linkerName As String, data As LinkerResourceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LinkerResource))

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.

linkerName
String

The name Linker resource.

data
LinkerResourceData

Linker details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

linkerName or data is null.

Applies to