ImagesOperations interface
代表影像操作的介面。
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
建立或更新映像。 |
| delete | |
| get | 取得映像。 |
| list | 取得訂用帳戶中的影像清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 執行此操作,直到 nextLink 為 null 以獲取所有圖像。 |
| list |
取得資源群組下的映像清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 執行此操作,直到 nextLink 為 null 以獲取所有圖像。 |
| update | 更新映像。 |
屬性詳細資料
beginCreateOrUpdate
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>
屬性值
(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>
beginCreateOrUpdateAndWait
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<Image>
屬性值
(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<Image>
beginDelete
警告
此 API 現已淘汰。
use delete instead
beginDelete: (resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
屬性值
(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
此 API 現已淘汰。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => Promise<void>
屬性值
(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => Promise<void>
beginUpdate
警告
此 API 現已淘汰。
use update instead
beginUpdate: (resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>
屬性值
(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>
beginUpdateAndWait
警告
此 API 現已淘汰。
use update instead
beginUpdateAndWait: (resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<Image>
屬性值
(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<Image>
createOrUpdate
建立或更新映像。
createOrUpdate: (resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>
屬性值
(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>
delete
delete: (resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
取得映像。
get: (resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>
屬性值
(resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>
list
取得訂用帳戶中的影像清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 執行此操作,直到 nextLink 為 null 以獲取所有圖像。
list: (options?: ImagesListOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
屬性值
(options?: ImagesListOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
listByResourceGroup
取得資源群組下的映像清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 執行此操作,直到 nextLink 為 null 以獲取所有圖像。
listByResourceGroup: (resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
屬性值
(resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>
update
更新映像。
update: (resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>
屬性值
(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>