GalleryApplicationsOperations interface

介面代表 GalleryApplications 操作。

屬性

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

建立或更新資源庫應用程式定義。

delete
get

擷取資源庫應用程式定義的相關信息。

listByGallery

列出資源庫中的資源庫應用程式定義。

update

更新資源庫應用程式定義。

屬性詳細資料

beginCreateOrUpdate

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

beginCreateOrUpdateAndWait

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => Promise<GalleryApplication>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => Promise<GalleryApplication>

beginDelete

警告

此 API 現已淘汰。

use delete instead

beginDelete: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

此 API 現已淘汰。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => Promise<void>

beginUpdate

警告

此 API 現已淘汰。

use update instead

beginUpdate: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

beginUpdateAndWait

警告

此 API 現已淘汰。

use update instead

beginUpdateAndWait: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => Promise<GalleryApplication>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => Promise<GalleryApplication>

createOrUpdate

建立或更新資源庫應用程式定義。

createOrUpdate: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryApplication>, GalleryApplication>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryApplication>, GalleryApplication>

delete

delete: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

擷取資源庫應用程式定義的相關信息。

get: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsGetOptionalParams) => Promise<GalleryApplication>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsGetOptionalParams) => Promise<GalleryApplication>

listByGallery

列出資源庫中的資源庫應用程式定義。

listByGallery: (resourceGroupName: string, galleryName: string, options?: GalleryApplicationsListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryApplication, GalleryApplication[], PageSettings>

屬性值

(resourceGroupName: string, galleryName: string, options?: GalleryApplicationsListByGalleryOptionalParams) => PagedAsyncIterableIterator<GalleryApplication, GalleryApplication[], PageSettings>

update

更新資源庫應用程式定義。

update: (resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => PollerLike<OperationState<GalleryApplication>, GalleryApplication>

屬性值

(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams) => PollerLike<OperationState<GalleryApplication>, GalleryApplication>