AppComplianceReportWebhookCollection.CreateOrUpdateAsync Method

Definition

Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/webhooks/{webhookName}
  • Operation Id: Webhook_CreateOrUpdate
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportWebhookResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string webhookName, Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportWebhookResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, webhookName As String, data As AppComplianceReportWebhookData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AppComplianceReportWebhookResource))

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.

webhookName
String

Webhook Name.

data
AppComplianceReportWebhookData

Parameters for the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

webhookName or data is null.

Applies to