GallerySharingProfileOperations interface

Interfaccia che rappresenta un'operazione GallerySharingProfile.

Proprietà

beginUpdate
beginUpdateAndWait
update

Aggiornare il profilo di condivisione di una galleria.

Dettagli proprietà

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

Valore della proprietà

(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>

Valore della proprietà

(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => Promise<SharingUpdate>

update

Aggiornare il profilo di condivisione di una galleria.

update: (resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>

Valore della proprietà

(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams) => PollerLike<OperationState<SharingUpdate>, SharingUpdate>