GallerySharingProfileOperations interface
Интерфейс, представляющий операции GallerySharingProfile.
Свойства
| begin |
|
| begin |
|
| update | Обновление профиля общего доступа галереи. |
Сведения о свойстве
beginUpdate
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
Значение свойства
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
beginUpdateAndWait
Предупреждение
Теперь этот API является нерекомендуемым.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>
Значение свойства
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>
update
Обновление профиля общего доступа галереи.
update: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>
Значение свойства
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>