ReceivedInvitationsClient 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 ReceivedInvitations service client.
public class ReceivedInvitationsClient
type ReceivedInvitationsClient = class
Public Class ReceivedInvitationsClient
- Inheritance
-
ReceivedInvitationsClient
Constructors
ReceivedInvitationsClient() |
Initializes a new instance of ReceivedInvitationsClient for mocking. |
ReceivedInvitationsClient(String, TokenCredential, PurviewShareClientOptions) |
Initializes a new instance of ReceivedInvitationsClient. |
ReceivedInvitationsClient(String, TokenCredential) |
Initializes a new instance of ReceivedInvitationsClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetReceivedInvitation(String, RequestContext) |
Gets the received invitation identified by name. |
GetReceivedInvitationAsync(String, RequestContext) |
Gets the received invitation identified by name. |
GetReceivedInvitations(String, String, String, RequestContext) |
Lists the received invitations. |
GetReceivedInvitationsAsync(String, String, String, RequestContext) |
Lists the received invitations. |
Reject(String, RequestContent, String, RequestContext) |
Rejects the received invitation identified by name. |
RejectAsync(String, RequestContent, String, RequestContext) |
Rejects the received invitation identified by name. |