次の方法で共有


GalleryImagesOperations interface

GalleryImages 操作を表すインターフェイス。

プロパティ

createOrUpdate

ギャラリー イメージを作成または更新する操作。 一部のプロパティは、ギャラリー画像の作成時にのみ設定できることに注意してください。

delete
get

ギャラリー画像を取得します

listAll

指定したサブスクリプション内のすべてのギャラリー画像を一覧表示します。 応答で nextLink プロパティを使用して、ギャラリー画像の次のページを取得します。

listByResourceGroup

指定したリソース グループ内のすべてのギャラリー イメージを一覧表示します。 応答で nextLink プロパティを使用して、ギャラリー画像の次のページを取得します。

update

ギャラリー イメージを更新する操作。

プロパティの詳細

createOrUpdate

ギャラリー イメージを作成または更新する操作。 一部のプロパティは、ギャラリー画像の作成時にのみ設定できることに注意してください。

createOrUpdate: (resourceGroupName: string, galleryImageName: string, resource: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

プロパティ値

(resourceGroupName: string, galleryImageName: string, resource: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

delete

delete: (resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

ギャラリー画像を取得します

get: (resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

プロパティ値

(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

listAll

指定したサブスクリプション内のすべてのギャラリー画像を一覧表示します。 応答で nextLink プロパティを使用して、ギャラリー画像の次のページを取得します。

listAll: (options?: GalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

プロパティ値

(options?: GalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

listByResourceGroup

指定したリソース グループ内のすべてのギャラリー イメージを一覧表示します。 応答で nextLink プロパティを使用して、ギャラリー画像の次のページを取得します。

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

プロパティ値

(resourceGroupName: string, options?: GalleryImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

update

ギャラリー イメージを更新する操作。

update: (resourceGroupName: string, galleryImageName: string, properties: GalleryImageTagsUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

プロパティ値

(resourceGroupName: string, galleryImageName: string, properties: GalleryImageTagsUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>