SentSharesClient Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der SentShares-Dienstclient.
public class SentSharesClient
type SentSharesClient = class
Public Class SentSharesClient
- Vererbung
-
SentSharesClient
Konstruktoren
SentSharesClient() |
Initialisiert eine neue instance von SentSharesClient zum Mocking. |
SentSharesClient(Uri, TokenCredential) |
Initialisiert eine neue instance von SentSharesClient. |
SentSharesClient(Uri, TokenCredential, PurviewShareClientOptions) |
Initialisiert eine neue instance von SentSharesClient. |
Eigenschaften
Pipeline |
Die HTTP-Pipeline zum Senden und Empfangen von REST-Anforderungen und -Antworten. |
Methoden
CreateOrReplaceSentShare(WaitUntil, String, RequestContent, RequestContext) |
[Protokollmethode] Erstellen oder ersetzen Sie eine gesendete Freigabe.
|
CreateOrReplaceSentShareAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protokollmethode] Erstellen oder ersetzen Sie eine gesendete Freigabe.
|
CreateSentShareInvitation(String, String, RequestContent, RequestContext) |
[Protokollmethode] Erstellen Sie eine gesendete Freigabe-Einladung.
|
CreateSentShareInvitationAsync(String, String, RequestContent, RequestContext) |
[Protokollmethode] Erstellen Sie eine gesendete Freigabe-Einladung.
|
DeleteSentShare(WaitUntil, String, RequestContext) |
[Protokollmethode] Löscht eine gesendete Freigabe.
|
DeleteSentShareAsync(WaitUntil, String, RequestContext) |
[Protokollmethode] Löscht eine gesendete Freigabe.
|
DeleteSentShareInvitation(WaitUntil, String, String, RequestContext) |
[Protokollmethode] Löschen Sie die Einladung in einer Freigabe.
|
DeleteSentShareInvitationAsync(WaitUntil, String, String, RequestContext) |
[Protokollmethode] Löschen Sie die Einladung in einer Freigabe.
|
GetAllSentShareInvitations(String, String, String, RequestContext) |
[Protokollmethode] Auflisten aller gesendeten Freigabe-Einladungen in einer gesendeten Freigabe
|
GetAllSentShareInvitationsAsync(String, String, String, RequestContext) |
[Protokollmethode] Auflisten aller gesendeten Freigabe-Einladungen in einer gesendeten Freigabe
|
GetAllSentShares(String, String, String, RequestContext) |
[Protokollmethode] Rufen Sie eine Liste der gesendeten Freigaben ab.
|
GetAllSentSharesAsync(String, String, String, RequestContext) |
[Protokollmethode] Rufen Sie eine Liste der gesendeten Freigaben ab.
|
GetSentShare(String, RequestContext) |
[Protokollmethode] Abrufen einer gesendeten Freigabe durch guid.
|
GetSentShareAsync(String, RequestContext) |
[Protokollmethode] Abrufen einer gesendeten Freigabe durch guid.
|
GetSentShareInvitation(String, String, RequestContext) |
[Protokollmethode] Abrufen einer gesendeten Freigabe-Einladung für eine bestimmte gesendete Freigabe
|
GetSentShareInvitationAsync(String, String, RequestContext) |
[Protokollmethode] Abrufen einer gesendeten Freigabe-Einladung für eine bestimmte gesendete Freigabe
|
NotifyUserSentShareInvitation(String, String, String, RequestContext) |
[Protokollmethode] Benachrichtigt den Empfänger der gesendeten Freigabe-Einladung.
|
NotifyUserSentShareInvitationAsync(String, String, String, RequestContext) |
[Protokollmethode] Benachrichtigt den Empfänger der gesendeten Freigabe-Einladung.
|
Gilt für:
Azure SDK for .NET