SyncCertRecordResponse Interface

public interface SyncCertRecordResponse

An immutable client-side representation of SyncCertRecordResponse.

Method Summary

Modifier and Type Method and Description
abstract CertSyncRecord certRecord()

Gets the certRecord property: certification record synchronized.

abstract SyncCertRecordResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.SyncCertRecordResponseInner object.

Method Details

certRecord

public abstract CertSyncRecord certRecord()

Gets the certRecord property: certification record synchronized.

Returns:

the certRecord value.

innerModel

public abstract SyncCertRecordResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.SyncCertRecordResponseInner object.

Returns:

the inner object.

Applies to