Package version:

Interface GallerySharingProfile

Interface representing a GallerySharingProfile.

interface GallerySharingProfile {
    beginUpdate(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>;
    beginUpdateAndWait(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SharingUpdate>;
}

Methods