你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MarketplaceGalleryImagesOperations interface

表示 MarketplaceGalleryImages作的接口。

属性

createOrUpdate

创建或更新市场库映像的作。 请注意,某些属性只能在市场库映像创建期间设置。

delete
get

获取市场库映像

listAll

列出指定订阅中的所有市场库映像。 在响应中使用 nextLink 属性获取市场库图像的下一页。

listByResourceGroup

列出指定资源组中的所有市场库映像。 在响应中使用 nextLink 属性获取市场库图像的下一页。

update

更新市场库映像的作。

属性详细信息

createOrUpdate

创建或更新市场库映像的作。 请注意,某些属性只能在市场库映像创建期间设置。

createOrUpdate: (resourceGroupName: string, marketplaceGalleryImageName: string, resource: MarketplaceGalleryImage, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<MarketplaceGalleryImage>, MarketplaceGalleryImage>

属性值

(resourceGroupName: string, marketplaceGalleryImageName: string, resource: MarketplaceGalleryImage, options?: MarketplaceGalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<MarketplaceGalleryImage>, MarketplaceGalleryImage>

delete

delete: (resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

获取市场库映像

get: (resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesGetOptionalParams) => Promise<MarketplaceGalleryImage>

属性值

(resourceGroupName: string, marketplaceGalleryImageName: string, options?: MarketplaceGalleryImagesGetOptionalParams) => Promise<MarketplaceGalleryImage>

listAll

列出指定订阅中的所有市场库映像。 在响应中使用 nextLink 属性获取市场库图像的下一页。

listAll: (options?: MarketplaceGalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<MarketplaceGalleryImage, MarketplaceGalleryImage[], PageSettings>

属性值

(options?: MarketplaceGalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<MarketplaceGalleryImage, MarketplaceGalleryImage[], PageSettings>

listByResourceGroup

列出指定资源组中的所有市场库映像。 在响应中使用 nextLink 属性获取市场库图像的下一页。

listByResourceGroup: (resourceGroupName: string, options?: MarketplaceGalleryImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<MarketplaceGalleryImage, MarketplaceGalleryImage[], PageSettings>

属性值

(resourceGroupName: string, options?: MarketplaceGalleryImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<MarketplaceGalleryImage, MarketplaceGalleryImage[], PageSettings>

update

更新市场库映像的作。

update: (resourceGroupName: string, marketplaceGalleryImageName: string, properties: MarketplaceGalleryImageTagsUpdate, options?: MarketplaceGalleryImagesUpdateOptionalParams) => PollerLike<OperationState<MarketplaceGalleryImage>, MarketplaceGalleryImage>

属性值

(resourceGroupName: string, marketplaceGalleryImageName: string, properties: MarketplaceGalleryImageTagsUpdate, options?: MarketplaceGalleryImagesUpdateOptionalParams) => PollerLike<OperationState<MarketplaceGalleryImage>, MarketplaceGalleryImage>