GalleryImagesOperations interface

واجهة تمثل عمليات GalleryImages.

الخصائص

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

أنشئ أو حدث تعريف صورة في المعرض.

delete
get

يسترجع معلومات حول تعريف صورة المعرض.

listByGallery

ادرج تعريفات صور المعرض في المعرض.

update

قم بتحديث تعريف صورة المعرض.

تفاصيل الخاصية

beginCreateOrUpdate

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

beginCreateOrUpdateAndWait

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<GalleryImage>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => Promise<GalleryImage>

beginDelete

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use delete instead

beginDelete: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<void>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => Promise<void>

beginUpdate

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use update instead

beginUpdate: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryImage>, GalleryImage>>

beginUpdateAndWait

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use update instead

beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<GalleryImage>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => Promise<GalleryImage>

createOrUpdate

أنشئ أو حدث تعريف صورة في المعرض.

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

قيمة الخاصية

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

delete

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

قيمة الخاصية

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

get

يسترجع معلومات حول تعريف صورة المعرض.

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

قيمة الخاصية

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

listByGallery

ادرج تعريفات صور المعرض في المعرض.

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

قيمة الخاصية

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

update

قم بتحديث تعريف صورة المعرض.

update: (resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

قيمة الخاصية

(resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImage: GalleryImageUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>