次の方法で共有


SentShareInvitationsClient クラス

定義

SentShareInvitations サービス クライアント。

public class SentShareInvitationsClient
type SentShareInvitationsClient = class
Public Class SentShareInvitationsClient
継承
SentShareInvitationsClient

コンストラクター

SentShareInvitationsClient()

モック作成のために SentShareInvitationsClient の新しいインスタンスを初期化します。

SentShareInvitationsClient(String, TokenCredential)

SentShareInvitationsClient の新しいインスタンスを初期化します。

SentShareInvitationsClient(String, TokenCredential, PurviewShareClientOptions)

SentShareInvitationsClient の新しいインスタンスを初期化します。

プロパティ

Pipeline

REST 要求と応答を送受信するための HTTP パイプライン。

メソッド

CreateOrUpdate(String, String, RequestContent, RequestContext)

特定のアカウントで送信された共有の招待を作成/更新します。

CreateOrUpdateAsync(String, String, RequestContent, RequestContext)

特定のアカウントで送信された共有の招待を作成/更新します。

Delete(String, String, RequestContext)

共有内の招待を削除します。

DeleteAsync(String, String, RequestContext)

共有内の招待を削除します。

GetSentShareInvitation(String, String, RequestContext)

特定の共有の招待を取得します。

GetSentShareInvitationAsync(String, String, RequestContext)

特定の共有の招待を取得します。

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

共有内のすべての招待を一覧表示します。

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

共有内のすべての招待を一覧表示します。

適用対象