SharedGalleryInvitesOperations interface

Интерфейс, представляющий SharedGalleryПриглашает операции.

Свойства

beginGallerySharingAccept
beginGallerySharingAcceptAndWait
beginGallerySharingReject
beginGallerySharingRejectAndWait
gallerySharingAccept

Принимайте совместное использование общей галереи на уровне подписки.

gallerySharingReject

Откажитесь от публикации общей галереи на уровне подписки.

Сведения о свойстве

beginGallerySharingAccept

Предупреждение

Теперь этот API является нерекомендуемым.

use gallerySharingAccept instead

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

Значение свойства

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

beginGallerySharingAcceptAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use gallerySharingAccept instead

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

Значение свойства

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

beginGallerySharingReject

Предупреждение

Теперь этот API является нерекомендуемым.

use gallerySharingReject instead

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

Значение свойства

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

beginGallerySharingRejectAndWait

Предупреждение

Теперь этот API является нерекомендуемым.

use gallerySharingReject instead

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

Значение свойства

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

gallerySharingAccept

Принимайте совместное использование общей галереи на уровне подписки.

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

Значение свойства

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

gallerySharingReject

Откажитесь от публикации общей галереи на уровне подписки.

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

Значение свойства

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