GalleriesOperations interface
Gränssnitt som representerar galleriets operationer.
Egenskaper
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Skapa eller uppdatera ett Shared Image Gallery. |
| delete | |
| get | Hämtar information om ett Shared Image Gallery. |
| list | Lista gallerier under en prenumeration. |
| list |
Lista gallerier under en resursgrupp. |
| update | Uppdatera ett delat bildgalleri. |
Egenskapsinformation
beginCreateOrUpdate
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
beginCreateOrUpdateAndWait
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>
beginDelete
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDelete: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<void>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<void>
beginUpdate
Varning
Det här API:et är nu inaktuellt.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
beginUpdateAndWait
Varning
Det här API:et är nu inaktuellt.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>
createOrUpdate
Skapa eller uppdatera ett Shared Image Gallery.
createOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
delete
delete: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Hämtar information om ett Shared Image Gallery.
get: (resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>
list
Lista gallerier under en prenumeration.
list: (options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Egenskapsvärde
(options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
listByResourceGroup
Lista gallerier under en resursgrupp.
listByResourceGroup: (resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Egenskapsvärde
(resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
update
Uppdatera ett delat bildgalleri.
update: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
Egenskapsvärde
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>