共用方式為


Images interface

表示影像的介面。

方法

beginCreateOrUpdate(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

建立或更新映射。

beginCreateOrUpdateAndWait(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

建立或更新映射。

beginDelete(string, string, ImagesDeleteOptionalParams)

刪除影像。

beginDeleteAndWait(string, string, ImagesDeleteOptionalParams)

刪除影像。

beginUpdate(string, string, ImageUpdate, ImagesUpdateOptionalParams)

更新映射。

beginUpdateAndWait(string, string, ImageUpdate, ImagesUpdateOptionalParams)

更新映射。

get(string, string, ImagesGetOptionalParams)

取得影像。

list(ImagesListOptionalParams)

取得訂用帳戶中的映射清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 請執行此動作,直到 nextLink 為 Null,才能擷取所有影像。

listByResourceGroup(string, ImagesListByResourceGroupOptionalParams)

取得資源群組底下的影像清單。

方法詳細資料

beginCreateOrUpdate(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

建立或更新映射。

function beginCreateOrUpdate(resourceGroupName: string, imageName: string, parameters: Image_2, options?: ImagesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Image_2>, Image_2>>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

parameters
Image

提供給建立映射作業的參數。

options
ImagesCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<Image>, Image>>

beginCreateOrUpdateAndWait(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

建立或更新映射。

function beginCreateOrUpdateAndWait(resourceGroupName: string, imageName: string, parameters: Image_2, options?: ImagesCreateOrUpdateOptionalParams): Promise<Image_2>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

parameters
Image

提供給建立映射作業的參數。

options
ImagesCreateOrUpdateOptionalParams

選項參數。

傳回

Promise<Image>

beginDelete(string, string, ImagesDeleteOptionalParams)

刪除影像。

function beginDelete(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

options
ImagesDeleteOptionalParams

選項參數。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ImagesDeleteOptionalParams)

刪除影像。

function beginDeleteAndWait(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

options
ImagesDeleteOptionalParams

選項參數。

傳回

Promise<void>

beginUpdate(string, string, ImageUpdate, ImagesUpdateOptionalParams)

更新映射。

function beginUpdate(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<PollerLike<PollOperationState<Image_2>, Image_2>>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

parameters
ImageUpdate

提供給更新映射作業的參數。

options
ImagesUpdateOptionalParams

選項參數。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<Image>, Image>>

beginUpdateAndWait(string, string, ImageUpdate, ImagesUpdateOptionalParams)

更新映射。

function beginUpdateAndWait(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<Image_2>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

parameters
ImageUpdate

提供給更新映射作業的參數。

options
ImagesUpdateOptionalParams

選項參數。

傳回

Promise<Image>

get(string, string, ImagesGetOptionalParams)

取得影像。

function get(resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<Image_2>

參數

resourceGroupName

string

資源群組的名稱。

imageName

string

影像的名稱。

options
ImagesGetOptionalParams

選項參數。

傳回

Promise<Image>

list(ImagesListOptionalParams)

取得訂用帳戶中的映射清單。 在回應中使用 nextLink 屬性來取得影像的下一頁。 請執行此動作,直到 nextLink 為 Null,才能擷取所有影像。

function list(options?: ImagesListOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

參數

options
ImagesListOptionalParams

選項參數。

傳回

listByResourceGroup(string, ImagesListByResourceGroupOptionalParams)

取得資源群組底下的影像清單。

function listByResourceGroup(resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。

options
ImagesListByResourceGroupOptionalParams

選項參數。

傳回