ReceivedSharesClient 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 ReceivedShares service client.
public class ReceivedSharesClient
type ReceivedSharesClient = class
Public Class ReceivedSharesClient
- Inheritance
-
ReceivedSharesClient
Constructors
ReceivedSharesClient() |
Initializes a new instance of ReceivedSharesClient for mocking. |
ReceivedSharesClient(Uri, TokenCredential, PurviewShareClientOptions) |
Initializes a new instance of ReceivedSharesClient. |
ReceivedSharesClient(Uri, TokenCredential) |
Initializes a new instance of ReceivedSharesClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
ActivateTenantEmailRegistration(RequestContent, String, RequestContext) |
[Protocol Method] Activates the tenant and email combination using the activation code received.
|
ActivateTenantEmailRegistrationAsync(RequestContent, String, RequestContext) |
[Protocol Method] Activates the tenant and email combination using the activation code received.
|
CreateOrReplaceReceivedShare(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Create or replace a received share.
|
CreateOrReplaceReceivedShareAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Create or replace a received share.
|
DeleteReceivedShare(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a received share
|
DeleteReceivedShareAsync(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a received share
|
GetAllAttachedReceivedShares(String, String, String, RequestContext) |
[Protocol Method] Get a list of attached received shares.
|
GetAllAttachedReceivedSharesAsync(String, String, String, RequestContext) |
[Protocol Method] Get a list of attached received shares.
|
GetAllDetachedReceivedShares(String, String, RequestContext) |
[Protocol Method] Get a list of detached received shares.
|
GetAllDetachedReceivedSharesAsync(String, String, RequestContext) |
[Protocol Method] Get a list of detached received shares.
|
GetReceivedShare(String, RequestContext) |
[Protocol Method] Get a received share by unique id.
|
GetReceivedShareAsync(String, RequestContext) |
[Protocol Method] Get a received share by unique id.
|
RegisterTenantEmailRegistration(String, RequestContext) |
[Protocol Method] Registers the tenant and email combination for activation.
|
RegisterTenantEmailRegistrationAsync(String, RequestContext) |
[Protocol Method] Registers the tenant and email combination for activation.
|
Applies to
Azure SDK for .NET