GalleryApplications interface
Rozhraní představující GaleriiApplications
Metody
Podrobnosti metody
beginCreateOrUpdate(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)
Vytvořte nebo aktualizujte definici aplikace galerie.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
- galleryApplication
- GalleryApplication
Parametry zadané pro operaci vytvoření nebo aktualizace aplikace galerie
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>
beginCreateOrUpdateAndWait(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)
Vytvořte nebo aktualizujte definici aplikace galerie.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<GalleryApplication>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
- galleryApplication
- GalleryApplication
Parametry zadané pro operaci vytvoření nebo aktualizace aplikace galerie
Parametry možností.
Návraty
Promise<GalleryApplication>
beginDelete(string, string, string, GalleryApplicationsDeleteOptionalParams)
Odstraňte aplikaci galerie.
function beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, GalleryApplicationsDeleteOptionalParams)
Odstraňte aplikaci galerie.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
Parametry možností.
Návraty
Promise<void>
beginUpdate(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)
Aktualizujte definici aplikace galerie.
function beginUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
- galleryApplication
- GalleryApplicationUpdate
Parametry zadané operaci aplikace galerie aktualizací
Parametry možností.
Návraty
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>
beginUpdateAndWait(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)
Aktualizujte definici aplikace galerie.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<GalleryApplicationsUpdateResponse>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
- galleryApplication
- GalleryApplicationUpdate
Parametry zadané operaci aplikace galerie aktualizací
Parametry možností.
Návraty
Promise<GalleryApplicationsUpdateResponse>
get(string, string, string, GalleryApplicationsGetOptionalParams)
Načte informace o definici aplikace galerie.
function get(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsGetOptionalParams): Promise<GalleryApplication>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
- galleryApplicationName
-
string
Název definice aplikace galerie, která se má načíst.
Parametry možností.
Návraty
Promise<GalleryApplication>
listByGallery(string, string, GalleryApplicationsListByGalleryOptionalParams)
Zobrazení seznamu definic aplikací galerie v galerii
function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryApplicationsListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryApplication, GalleryApplication[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků. Název nerozlišuje malá a velká písmena.
- galleryName
-
string
Název galerie sdílených imagí.
Parametry možností.