SharedGalleryInvitesOperations interface

Interfaccia che rappresenta un'operazione SharedGalleryInvites.

Proprietà

beginGallerySharingAccept
beginGallerySharingAcceptAndWait
beginGallerySharingReject
beginGallerySharingRejectAndWait
gallerySharingAccept

Accetta la condivisione di una galleria condivisa a livello di abbonamento.

gallerySharingReject

Rifiuta la condivisione di una galleria condivisa a livello di abbonamento.

Dettagli proprietà

beginGallerySharingAccept

Avviso

Questa API è ora deprecata.

use gallerySharingAccept instead

beginGallerySharingAccept: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginGallerySharingAcceptAndWait

Avviso

Questa API è ora deprecata.

use gallerySharingAccept instead

beginGallerySharingAcceptAndWait: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => Promise<void>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => Promise<void>

beginGallerySharingReject

Avviso

Questa API è ora deprecata.

use gallerySharingReject instead

beginGallerySharingReject: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginGallerySharingRejectAndWait

Avviso

Questa API è ora deprecata.

use gallerySharingReject instead

beginGallerySharingRejectAndWait: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => Promise<void>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => Promise<void>

gallerySharingAccept

Accetta la condivisione di una galleria condivisa a livello di abbonamento.

gallerySharingAccept: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingAcceptOptionalParams) => PollerLike<OperationState<void>, void>

gallerySharingReject

Rifiuta la condivisione di una galleria condivisa a livello di abbonamento.

gallerySharingReject: (location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(location: string, sharedGallerySubscriptionId: string, sharedGalleryName: string, options?: SharedGalleryInvitesGallerySharingRejectOptionalParams) => PollerLike<OperationState<void>, void>