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(String, TokenCredential, PurviewShareClientOptions) |
Initializes a new instance of SentSharesClient. |
SentSharesClient(String, TokenCredential) |
Initializes a new instance of SentSharesClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CreateOrUpdate(String, RequestContent, RequestContext) |
Create a sent share in the given Purview account. |
CreateOrUpdateAsync(String, RequestContent, RequestContext) |
Create a sent share in the given Purview account. |
Delete(WaitUntil, String, RequestContext) |
Deletes a sent share. |
DeleteAsync(WaitUntil, String, RequestContext) |
Deletes a sent share. |
GetSentShare(String, RequestContext) |
Get a sent share in the given Purview account. |
GetSentShareAsync(String, RequestContext) |
Get a sent share in the given Purview account. |
GetSentShares(String, String, String, RequestContext) |
Get list of sent shares in the given Purview account. |
GetSentSharesAsync(String, String, String, RequestContext) |
Get list of sent shares in the given Purview account. |