GallerySharingProfileOperations interface
Interface representando operações do GallerySharingProfile.
Propriedades
| begin |
|
| begin |
|
| update | Atualizar o perfil de compartilhamento de uma galeria. |
Detalhes da propriedade
beginUpdate
Aviso
Essa API foi preterida.
use update instead
beginUpdate: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
Valor da propriedade
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>
beginUpdateAndWait
Aviso
Essa API foi preterida.
use update instead
beginUpdateAndWait: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>
Valor da 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 da propriedade
(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>