AppComplianceReportResource.SyncCertRecord 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult> SyncCertRecord (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member SyncCertRecord : Azure.WaitUntil * Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult>
override this.SyncCertRecord : Azure.WaitUntil * Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppComplianceAutomation.Models.SyncCertRecordResult>
Public Overridable Function SyncCertRecord (waitUntil As WaitUntil, content As SyncCertRecordContent, Optional cancellationToken As CancellationToken = Nothing) As 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