SentSharesClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, PurviewShareClientOptions) |
Initializes a new instance of SentSharesClient. |
SentSharesClient(Uri, TokenCredential) |
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.
|
CreateOrReplaceSentShareAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Create or replace a sent share.
|
CreateSentShareInvitation(String, String, RequestContent, RequestContext) |
[Protocol Method] Create a sent share invitation.
|
CreateSentShareInvitationAsync(String, String, RequestContent, RequestContext) |
[Protocol Method] Create a sent share invitation.
|
DeleteSentShare(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a sent share.
|
DeleteSentShareAsync(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a sent share.
|
DeleteSentShareInvitation(WaitUntil, String, String, RequestContext) |
[Protocol Method] Delete Invitation in a share.
|
DeleteSentShareInvitationAsync(WaitUntil, String, String, RequestContext) |
[Protocol Method] Delete Invitation in a share.
|
GetAllSentShareInvitations(String, String, String, RequestContext) |
[Protocol Method] List all sent share invitations in a sent share
|
GetAllSentShareInvitationsAsync(String, String, String, RequestContext) |
[Protocol Method] List all sent share invitations in a sent share
|
GetAllSentShares(String, String, String, RequestContext) |
[Protocol Method] Get a list of sent shares.
|
GetAllSentSharesAsync(String, String, String, RequestContext) |
[Protocol Method] Get a list of sent shares.
|
GetSentShare(String, RequestContext) |
[Protocol Method] Get a sent share by guid.
|
GetSentShareAsync(String, RequestContext) |
[Protocol Method] Get a sent share by guid.
|
GetSentShareInvitation(String, String, RequestContext) |
[Protocol Method] Get sent share invitation for a given sent share
|
GetSentShareInvitationAsync(String, String, RequestContext) |
[Protocol Method] Get sent share invitation for a given sent share
|
NotifyUserSentShareInvitation(String, String, String, RequestContext) |
[Protocol Method] Notifies the recipient of the sent share invitation.
|
NotifyUserSentShareInvitationAsync(String, String, String, RequestContext) |
[Protocol Method] Notifies the recipient of the sent share invitation.
|
Applies to
Azure SDK for .NET