Dela via


AcceptedSentSharesClient Class

Definition

The AcceptedSentShares service client.

public class AcceptedSentSharesClient
type AcceptedSentSharesClient = class
Public Class AcceptedSentSharesClient
Inheritance
AcceptedSentSharesClient

Constructors

AcceptedSentSharesClient()

Initializes a new instance of AcceptedSentSharesClient for mocking.

AcceptedSentSharesClient(String, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of AcceptedSentSharesClient.

AcceptedSentSharesClient(String, TokenCredential)

Initializes a new instance of AcceptedSentSharesClient.

Properties

Pipeline

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

Methods

GetAcceptedSentShare(String, String, RequestContext)

Get an accepted share with acceptedSentShareName to a particular sent share.

GetAcceptedSentShareAsync(String, String, RequestContext)

Get an accepted share with acceptedSentShareName to a particular sent share.

GetAcceptedSentShares(String, String, RequestContext)

List of accepted shares for the current sent share.

GetAcceptedSentSharesAsync(String, String, RequestContext)

List of accepted shares for the current sent share.

Reinstate(WaitUntil, String, String, RequestContent, String, RequestContext)

Reinstate a revoked accepted sent share.

ReinstateAsync(WaitUntil, String, String, RequestContent, String, RequestContext)

Reinstate a revoked accepted sent share.

Revoke(WaitUntil, String, String, String, RequestContext)

Revoke an accepted sent share's access.

RevokeAsync(WaitUntil, String, String, String, RequestContext)

Revoke an accepted sent share's access.

UpdateExpiration(WaitUntil, String, String, RequestContent, String, RequestContext)

Update the expiration date of an active accepted sent share.

UpdateExpirationAsync(WaitUntil, String, String, RequestContent, String, RequestContext)

Update the expiration date of an active accepted sent share.

Applies to