SentShareInvitationsClient Class

Definition

The SentShareInvitations service client.

public class SentShareInvitationsClient
type SentShareInvitationsClient = class
Public Class SentShareInvitationsClient
Inheritance
SentShareInvitationsClient

Constructors

SentShareInvitationsClient()

Initializes a new instance of SentShareInvitationsClient for mocking.

SentShareInvitationsClient(String, TokenCredential, PurviewShareClientOptions)

Initializes a new instance of SentShareInvitationsClient.

SentShareInvitationsClient(String, TokenCredential)

Initializes a new instance of SentShareInvitationsClient.

Properties

Pipeline

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

Methods

CreateOrUpdate(String, String, RequestContent, RequestContext)

Create/Update a sent share invitation in the given account.

CreateOrUpdateAsync(String, String, RequestContent, RequestContext)

Create/Update a sent share invitation in the given account.

Delete(String, String, RequestContext)

Delete Invitation in a share.

DeleteAsync(String, String, RequestContext)

Delete Invitation in a share.

GetSentShareInvitation(String, String, RequestContext)

Get Invitation for a given share.

GetSentShareInvitationAsync(String, String, RequestContext)

Get Invitation for a given share.

GetSentShareInvitations(String, String, String, String, RequestContext)

List all Invitations in a share.

GetSentShareInvitationsAsync(String, String, String, String, RequestContext)

List all Invitations in a share.

Applies to