GallerySharingProfileOperations interface
Interface que representa uma operação do GallerySharingProfile.
Propriedades
| begin |
|
| begin |
|
| update | Atualizar o perfil de compartilhamento de uma galeria. |
Detalhes de Propriedade
beginUpdate
Aviso
Esta API foi preterida.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
Valor de Propriedade
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
beginUpdateAndWait
Aviso
Esta API foi preterida.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>
Valor de Propriedade
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>
update
Atualizar o perfil de compartilhamento de uma galeria.
update: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>
Valor de Propriedade
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>