Snapshot interface
表示快照集的介面。
方法
begin |
從快照集下載合規性需求,例如:合規性報告、資源清單。 |
begin |
從快照集下載合規性需求,例如:合規性報告、資源清單。 |
get(string, string, Snapshot |
取得 AppComplianceAutomation 快照集及其屬性。 |
list(string, Snapshot |
取得 AppComplianceAutomation 快照集清單。 |
方法詳細資料
beginDownload(string, string, SnapshotDownloadRequest, SnapshotDownloadOptionalParams)
從快照集下載合規性需求,例如:合規性報告、資源清單。
function beginDownload(reportName: string, snapshotName: string, body: SnapshotDownloadRequest, options?: SnapshotDownloadOptionalParams): Promise<SimplePollerLike<OperationState<DownloadResponse>, DownloadResponse>>
參數
- reportName
-
string
報表名稱。
- snapshotName
-
string
快照集名稱。
查詢作業的參數
- options
- SnapshotDownloadOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<DownloadResponse>, DownloadResponse>>
beginDownloadAndWait(string, string, SnapshotDownloadRequest, SnapshotDownloadOptionalParams)
從快照集下載合規性需求,例如:合規性報告、資源清單。
function beginDownloadAndWait(reportName: string, snapshotName: string, body: SnapshotDownloadRequest, options?: SnapshotDownloadOptionalParams): Promise<DownloadResponse>
參數
- reportName
-
string
報表名稱。
- snapshotName
-
string
快照集名稱。
查詢作業的參數
- options
- SnapshotDownloadOptionalParams
選項參數。
傳回
Promise<DownloadResponse>
get(string, string, SnapshotGetOptionalParams)
取得 AppComplianceAutomation 快照集及其屬性。
function get(reportName: string, snapshotName: string, options?: SnapshotGetOptionalParams): Promise<SnapshotResource>
參數
- reportName
-
string
報表名稱。
- snapshotName
-
string
快照集名稱。
- options
- SnapshotGetOptionalParams
選項參數。
傳回
Promise<SnapshotResource>
list(string, SnapshotListOptionalParams)
取得 AppComplianceAutomation 快照集清單。
function list(reportName: string, options?: SnapshotListOptionalParams): PagedAsyncIterableIterator<SnapshotResource, SnapshotResource[], PageSettings>
參數
- reportName
-
string
報表名稱。
- options
- SnapshotListOptionalParams
選項參數。