SharedGalleryInvitesOperations interface

Interface representando uma operação SharedGalleryInvites.

Propriedades

beginGallerySharingAccept
beginGallerySharingAcceptAndWait
beginGallerySharingReject
beginGallerySharingRejectAndWait
gallerySharingAccept

Aceitar partilha de uma galeria partilhada ao nível de subscrição.

gallerySharingReject

Rejeitar a partilha de uma galeria partilhada ao nível de subscrição.

Detalhes de Propriedade

beginGallerySharingAccept

Aviso

Esta API foi preterida.

use gallerySharingAccept instead

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

Valor de Propriedade

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

beginGallerySharingAcceptAndWait

Aviso

Esta API foi preterida.

use gallerySharingAccept instead

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

Valor de Propriedade

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

beginGallerySharingReject

Aviso

Esta API foi preterida.

use gallerySharingReject instead

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

Valor de Propriedade

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

beginGallerySharingRejectAndWait

Aviso

Esta API foi preterida.

use gallerySharingReject instead

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

Valor de Propriedade

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

gallerySharingAccept

Aceitar partilha de uma galeria partilhada ao nível de subscrição.

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

Valor de Propriedade

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

gallerySharingReject

Rejeitar a partilha de uma galeria partilhada ao nível de subscrição.

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

Valor de Propriedade

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