GalleriesOperations interface
Interface representando as operações de uma Galeria.
Propriedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crie ou atualize uma Galeria de Imagens Compartilhadas. |
| delete | |
| get | Recupera informações sobre uma Galeria de Imagens Compartilhadas. |
| list | Listar galerias em uma assinatura. |
| list |
Listar galerias em um grupo de recursos. |
| update | Atualize uma galeria de imagens compartilhada. |
Detalhes da propriedade
beginCreateOrUpdate
Aviso
Essa API foi preterida.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
beginCreateOrUpdateAndWait
Aviso
Essa API foi preterida.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => Promise<Gallery>
beginDelete
Aviso
Essa API foi preterida.
use delete instead
beginDelete: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valor da propriedade
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Aviso
Essa API foi preterida.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<void>
Valor da propriedade
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => Promise<void>
beginUpdate
Aviso
Essa API foi preterida.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
beginUpdateAndWait
Aviso
Essa API foi preterida.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => Promise<Gallery>
createOrUpdate
Crie ou atualize uma Galeria de Imagens Compartilhadas.
createOrUpdate: (resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
delete
delete: (resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor da propriedade
(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Recupera informações sobre uma Galeria de Imagens Compartilhadas.
get: (resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>
Valor da propriedade
(resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams) => Promise<Gallery>
list
Listar galerias em uma assinatura.
list: (options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Valor da propriedade
(options?: GalleriesListOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
listByResourceGroup
Listar galerias em um grupo de recursos.
listByResourceGroup: (resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Valor da propriedade
(resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
update
Atualize uma galeria de imagens compartilhada.
update: (resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>
Valor da propriedade
(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams) => PollerLike<OperationState<Gallery>, Gallery>