GalleryApplications interface
Interface que representa um GalleryApplications.
Métodos
Detalhes de Método
beginCreateOrUpdate(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)
Crie ou atualize uma definição de aplicativo de galeria.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>
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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
- galleryApplication
- GalleryApplication
Parâmetros fornecidos para a operação do aplicativo de galeria de criação ou atualização.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>
beginCreateOrUpdateAndWait(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)
Crie ou atualize uma definição de aplicativo de galeria.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<GalleryApplication>
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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
- galleryApplication
- GalleryApplication
Parâmetros fornecidos para a operação do aplicativo de galeria de criação ou atualização.
Os parâmetros de opções.
Devoluções
Promise<GalleryApplication>
beginDelete(string, string, string, GalleryApplicationsDeleteOptionalParams)
Exclua um aplicativo de galeria.
function beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): 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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, GalleryApplicationsDeleteOptionalParams)
Exclua um aplicativo de galeria.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): 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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
Os parâmetros de opções.
Devoluções
Promise<void>
beginUpdate(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)
Atualize uma definição de aplicativo de galeria.
function beginUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>
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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
- galleryApplication
- GalleryApplicationUpdate
Parâmetros fornecidos para a galeria de atualização Operação do aplicativo.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>
beginUpdateAndWait(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)
Atualize uma definição de aplicativo de galeria.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<GalleryApplicationsUpdateResponse>
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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
- galleryApplication
- GalleryApplicationUpdate
Parâmetros fornecidos para a galeria de atualização Operação do aplicativo.
Os parâmetros de opções.
Devoluções
Promise<GalleryApplicationsUpdateResponse>
get(string, string, string, GalleryApplicationsGetOptionalParams)
Recupera informações sobre uma definição de aplicativo de galeria.
function get(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsGetOptionalParams): Promise<GalleryApplication>
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.
- galleryApplicationName
-
string
O nome da galeria Definição de aplicativo a ser recuperada.
Os parâmetros de opções.
Devoluções
Promise<GalleryApplication>
listByGallery(string, string, GalleryApplicationsListByGalleryOptionalParams)
Listar galeria Definições de aplicativo em uma galeria.
function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryApplicationsListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryApplication, GalleryApplication[], PageSettings>
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.
Os parâmetros de opções.