GallerySharingProfilesClient Interface
public interface GallerySharingProfilesClient
An instance of this class provides access to all the operations defined in GallerySharingProfilesClient.
Method Summary
Method Details
beginUpdate
public abstract SyncPoller<PollResult<SharingUpdateInner>,SharingUpdateInner> beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)
Update sharing profile of a gallery.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<SharingUpdateInner>,SharingUpdateInner> beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, Context context)
Update sharing profile of a gallery.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<SharingUpdateInner>,SharingUpdateInner> beginUpdateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)
Update sharing profile of a gallery.
Parameters:
Returns:
update
public abstract SharingUpdateInner update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)
Update sharing profile of a gallery.
Parameters:
Returns:
update
public abstract SharingUpdateInner update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, Context context)
Update sharing profile of a gallery.
Parameters:
Returns:
updateAsync
public abstract Mono<SharingUpdateInner> updateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)
Update sharing profile of a gallery.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)
Update sharing profile of a gallery.
Parameters:
Returns: