SnapshotsClient Interface
public interface SnapshotsClient
An instance of this class provides access to all the operations defined in SnapshotsClient.
Method Summary
Method Details
beginDownload
public abstract SyncPoller<PollResult<DownloadResponseInner>,DownloadResponseInner> beginDownload(String reportName, String snapshotName, SnapshotDownloadRequest body)
Download compliance needs from snapshot, like: Compliance Report, Resource List.
Parameters:
Returns:
beginDownload
public abstract SyncPoller<PollResult<DownloadResponseInner>,DownloadResponseInner> beginDownload(String reportName, String snapshotName, SnapshotDownloadRequest body, Context context)
Download compliance needs from snapshot, like: Compliance Report, Resource List.
Parameters:
Returns:
download
public abstract DownloadResponseInner download(String reportName, String snapshotName, SnapshotDownloadRequest body)
Download compliance needs from snapshot, like: Compliance Report, Resource List.
Parameters:
Returns:
download
public abstract DownloadResponseInner download(String reportName, String snapshotName, SnapshotDownloadRequest body, Context context)
Download compliance needs from snapshot, like: Compliance Report, Resource List.
Parameters:
Returns:
get
public abstract SnapshotResourceInner get(String reportName, String snapshotName)
Get the AppComplianceAutomation snapshot and its properties.
Parameters:
Returns:
getWithResponse
public abstract Response<SnapshotResourceInner> getWithResponse(String reportName, String snapshotName, Context context)
Get the AppComplianceAutomation snapshot and its properties.
Parameters:
Returns:
list
public abstract PagedIterable<SnapshotResourceInner> list(String reportName)
Get the AppComplianceAutomation snapshot list.
Parameters:
Returns:
list
public abstract PagedIterable<SnapshotResourceInner> list(String reportName, String skipToken, Integer top, String select, String filter, String orderby, String offerGuid, String reportCreatorTenantId, Context context)
Get the AppComplianceAutomation snapshot list.
Parameters:
Returns: