SharedGalleryInvitesOperations interface

Schnittstelle stellt eine SharedGalleryInvites Operationen dar.

Eigenschaften

beginGallerySharingAccept
beginGallerySharingAcceptAndWait
beginGallerySharingReject
beginGallerySharingRejectAndWait
gallerySharingAccept

Akzeptieren Sie das Teilen einer gemeinschaftlichen Galerie auf Abonnementniveau.

gallerySharingReject

Lehnen Sie das Teilen einer gemeinsamen Galerie auf Abonnementebene ab.

Details zur Eigenschaft

beginGallerySharingAccept

Warnung

Diese API ist nun veraltet.

use gallerySharingAccept instead

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

Eigenschaftswert

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

beginGallerySharingAcceptAndWait

Warnung

Diese API ist nun veraltet.

use gallerySharingAccept instead

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

Eigenschaftswert

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

beginGallerySharingReject

Warnung

Diese API ist nun veraltet.

use gallerySharingReject instead

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

Eigenschaftswert

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

beginGallerySharingRejectAndWait

Warnung

Diese API ist nun veraltet.

use gallerySharingReject instead

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

Eigenschaftswert

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

gallerySharingAccept

Akzeptieren Sie das Teilen einer gemeinschaftlichen Galerie auf Abonnementniveau.

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

Eigenschaftswert

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

gallerySharingReject

Lehnen Sie das Teilen einer gemeinsamen Galerie auf Abonnementebene ab.

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

Eigenschaftswert

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