AppComplianceReportResource.SyncCertRecordAsync Method

Definition

Synchronize attestation record from app compliance.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/syncCertRecord
  • Operation Id: Report_SyncCertRecord
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult>> SyncCertRecordAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SyncCertRecordAsync : Azure.WaitUntil * Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult>>
override this.SyncCertRecordAsync : Azure.WaitUntil * Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult>>
Public Overridable Function SyncCertRecordAsync (waitUntil As WaitUntil, content As SyncCertRecordContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SyncCertRecordResult))

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
SyncCertRecordContent

Parameters for synchronize certification record operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to