SharedGalleryInvitesClient Interface

public interface SharedGalleryInvitesClient

An instance of this class provides access to all the operations defined in SharedGalleryInvitesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Accept sharing of a subscription-level shared gallery.

abstract PollerFlux<PollResult<Void>,Void> beginGallerySharingAcceptAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Reject sharing of a subscription-level shared gallery.

abstract PollerFlux<PollResult<Void>,Void> beginGallerySharingRejectAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

abstract void gallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

abstract void gallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Accept sharing of a subscription-level shared gallery.

abstract reactor.core.publisher.Mono<Void> gallerySharingAcceptAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> gallerySharingAcceptWithResponseAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

abstract void gallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

abstract void gallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Reject sharing of a subscription-level shared gallery.

abstract reactor.core.publisher.Mono<Void> gallerySharingRejectAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> gallerySharingRejectWithResponseAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Method Details

beginGallerySharingAccept

public abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginGallerySharingAccept

public abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginGallerySharingAcceptAsync

public abstract PollerFlux<PollResult<Void>,Void> beginGallerySharingAcceptAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginGallerySharingReject

public abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginGallerySharingReject

public abstract SyncPoller<PollResult<Void>,Void> beginGallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginGallerySharingRejectAsync

public abstract PollerFlux<PollResult<Void>,Void> beginGallerySharingRejectAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

gallerySharingAccept

public abstract void gallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

gallerySharingAccept

public abstract void gallerySharingAccept(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.
context - The context to associate with this operation.

gallerySharingAcceptAsync

public abstract Mono<Void> gallerySharingAcceptAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

A Mono that completes when a successful response is received.

gallerySharingAcceptWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> gallerySharingAcceptWithResponseAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Accept sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the Response<T> on successful completion of Mono.

gallerySharingReject

public abstract void gallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

gallerySharingReject

public abstract void gallerySharingReject(String location, String sharedGallerySubscriptionId, String sharedGalleryName, Context context)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.
context - The context to associate with this operation.

gallerySharingRejectAsync

public abstract Mono<Void> gallerySharingRejectAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

A Mono that completes when a successful response is received.

gallerySharingRejectWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> gallerySharingRejectWithResponseAsync(String location, String sharedGallerySubscriptionId, String sharedGalleryName)

Reject sharing of a subscription-level shared gallery.

Parameters:

location - The name of the Azure region.
sharedGallerySubscriptionId - The name of the SharedGallerySubscription.
sharedGalleryName - The name of the SharedGallerySubscription.

Returns:

the Response<T> on successful completion of Mono.

Applies to