VirtualEnclaveApprovalResource.NotifyInitiator Method

Definition

Upon receiving approval or rejection from approver, this facilitates actions on approval resource

  • Request Path. : /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}/notifyInitiator.
  • Operation Id. : Approval_NotifyInitiator.
  • Default Api Version. : 2026-03-01-preview.
  • Resource. : VirtualEnclaveApprovalResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Enclave.Models.ApprovalActionResult> NotifyInitiator(Azure.WaitUntil waitUntil, Azure.ResourceManager.Enclave.Models.ApprovalActionContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member NotifyInitiator : Azure.WaitUntil * Azure.ResourceManager.Enclave.Models.ApprovalActionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Enclave.Models.ApprovalActionResult>
override this.NotifyInitiator : Azure.WaitUntil * Azure.ResourceManager.Enclave.Models.ApprovalActionContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Enclave.Models.ApprovalActionResult>
Public Overridable Function NotifyInitiator (waitUntil As WaitUntil, content As ApprovalActionContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ApprovalActionResult)

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.

content
ApprovalActionContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to