GalleryApplicationsOperations interface
Интерфейс, представляющий операции GalleryApplications.
Свойства
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Создание или обновление определения приложения коллекции. |
| delete | Удаление коллекции Application. |
| get | Извлекает сведения о определении приложения коллекции. |
| list |
Вывод списка определений приложений коллекции в коллекции. |
| 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
Удаление коллекции Application.
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>