Share via


ReceivedSharesClient Class

Definition

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)

Initializes a new instance of ReceivedSharesClient.

ReceivedSharesClient(Uri, TokenCredential, PurviewShareClientOptions)

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.

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

[Protocol Method] Activates the tenant and email combination using the activation code received.

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

[Protocol Method] Create or replace a received share.

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

[Protocol Method] Create or replace a received share.

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

[Protocol Method] Deletes a received share

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

[Protocol Method] Deletes a received share

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

[Protocol Method] Get a list of attached received shares.

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

[Protocol Method] Get a list of attached received shares.

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

[Protocol Method] Get a list of detached received shares.

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

[Protocol Method] Get a list of detached received shares.

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

[Protocol Method] Get a received share by unique id.

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

[Protocol Method] Get a received share by unique id.

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

[Protocol Method] Registers the tenant and email combination for activation.

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

[Protocol Method] Registers the tenant and email combination for activation.

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

Applies to