SharedGalleryInvitesOperations interface
Schnittstelle stellt eine SharedGalleryInvites Operationen dar.
Eigenschaften
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| gallery |
Akzeptieren Sie das Teilen einer gemeinschaftlichen Galerie auf Abonnementniveau. |
| gallery |
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>