AssignmentCollection.CreateOrUpdateAsync Method

Definition

Create or update a blueprint assignment.

  • Request Path: /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}
  • Operation Id: Assignments_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.AssignmentResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string assignmentName, Azure.ResourceManager.Blueprint.AssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Blueprint.AssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.AssignmentResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Blueprint.AssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.AssignmentResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, assignmentName As String, data As AssignmentData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AssignmentResource))

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.

assignmentName
String

Name of the blueprint assignment.

data
AssignmentData

Blueprint assignment object to save.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

assignmentName or data is null.

Applies to