Share via


SentSharesClient Class

Definition

The SentShares service client.

public class SentSharesClient
type SentSharesClient = class
Public Class SentSharesClient
Inheritance
SentSharesClient

Constructors

SentSharesClient()

Initializes a new instance of SentSharesClient for mocking.

SentSharesClient(Uri, TokenCredential)

Initializes a new instance of SentSharesClient.

SentSharesClient(Uri, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of SentSharesClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrReplaceSentShare(WaitUntil, String, RequestContent, RequestContext)

[Protocol Method] Create or replace a sent share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrReplaceSentShareAsync(WaitUntil, String, RequestContent, RequestContext)

[Protocol Method] Create or replace a sent share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateSentShareInvitation(String, String, RequestContent, RequestContext)

[Protocol Method] Create a sent share invitation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateSentShareInvitationAsync(String, String, RequestContent, RequestContext)

[Protocol Method] Create a sent share invitation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteSentShare(WaitUntil, String, RequestContext)

[Protocol Method] Deletes a sent share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteSentShareAsync(WaitUntil, String, RequestContext)

[Protocol Method] Deletes a sent share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteSentShareInvitation(WaitUntil, String, String, RequestContext)

[Protocol Method] Delete Invitation in a share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteSentShareInvitationAsync(WaitUntil, String, String, RequestContext)

[Protocol Method] Delete Invitation in a share.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllSentShareInvitations(String, String, String, RequestContext)

[Protocol Method] List all sent share invitations in a sent share

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllSentShareInvitationsAsync(String, String, String, RequestContext)

[Protocol Method] List all sent share invitations in a sent share

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllSentShares(String, String, String, RequestContext)

[Protocol Method] Get a list of sent shares.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllSentSharesAsync(String, String, String, RequestContext)

[Protocol Method] Get a list of sent shares.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSentShare(String, RequestContext)

[Protocol Method] Get a sent share by guid.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSentShareAsync(String, RequestContext)

[Protocol Method] Get a sent share by guid.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSentShareInvitation(String, String, RequestContext)

[Protocol Method] Get sent share invitation for a given sent share

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSentShareInvitationAsync(String, String, RequestContext)

[Protocol Method] Get sent share invitation for a given sent share

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
NotifyUserSentShareInvitation(String, String, String, RequestContext)

[Protocol Method] Notifies the recipient of the sent share invitation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
NotifyUserSentShareInvitationAsync(String, String, String, RequestContext)

[Protocol Method] Notifies the recipient of the sent share invitation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to