Galleries interface
Interface que representa uma Galeria.
Métodos
Detalhes de Método
beginCreateOrUpdate(string, string, Gallery, GalleriesCreateOrUpdateOptionalParams)
Crie ou atualize uma Galeria de Imagens Partilhadas.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- gallery
- Gallery
Parâmetros fornecidos para a operação de criação ou atualização da Galeria de Imagens Compartilhadas.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<Gallery>, Gallery>>
beginCreateOrUpdateAndWait(string, string, Gallery, GalleriesCreateOrUpdateOptionalParams)
Crie ou atualize uma Galeria de Imagens Partilhadas.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<Gallery>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- gallery
- Gallery
Parâmetros fornecidos para a operação de criação ou atualização da Galeria de Imagens Compartilhadas.
Os parâmetros de opções.
Devoluções
Promise<Gallery>
beginDelete(string, string, GalleriesDeleteOptionalParams)
Exclua uma galeria de imagens compartilhada.
function beginDelete(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- options
- GalleriesDeleteOptionalParams
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, GalleriesDeleteOptionalParams)
Exclua uma galeria de imagens compartilhada.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- options
- GalleriesDeleteOptionalParams
Os parâmetros de opções.
Devoluções
Promise<void>
beginUpdate(string, string, GalleryUpdate, GalleriesUpdateOptionalParams)
Atualize uma galeria de imagens compartilhada.
function beginUpdate(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleriesUpdateResponse>, GalleriesUpdateResponse>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- gallery
- GalleryUpdate
Parâmetros fornecidos para a operação de atualização da Galeria de Imagens Compartilhadas.
- options
- GalleriesUpdateOptionalParams
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleriesUpdateResponse>, GalleriesUpdateResponse>>
beginUpdateAndWait(string, string, GalleryUpdate, GalleriesUpdateOptionalParams)
Atualize uma galeria de imagens compartilhada.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams): Promise<GalleriesUpdateResponse>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- gallery
- GalleryUpdate
Parâmetros fornecidos para a operação de atualização da Galeria de Imagens Compartilhadas.
- options
- GalleriesUpdateOptionalParams
Os parâmetros de opções.
Devoluções
Promise<GalleriesUpdateResponse>
get(string, string, GalleriesGetOptionalParams)
Recupera informações sobre uma Galeria de Imagens Compartilhadas.
function get(resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams): Promise<Gallery>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- galleryName
-
string
O nome da Galeria de Imagens Compartilhadas.
- options
- GalleriesGetOptionalParams
Os parâmetros de opções.
Devoluções
Promise<Gallery>
list(GalleriesListOptionalParams)
Listar galerias sob uma assinatura.
function list(options?: GalleriesListOptionalParams): PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Parâmetros
- options
- GalleriesListOptionalParams
Os parâmetros de opções.
Devoluções
listByResourceGroup(string, GalleriesListByResourceGroupOptionalParams)
Listar galerias em um grupo de recursos.
function listByResourceGroup(resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
Os parâmetros de opções.