次の方法で共有


Attachments クラス

定義

Attachments サブクライアント。

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

コンストラクター

Attachments()

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

プロパティ

Pipeline

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

メソッド

CreateOrUpdate(String, String, RequestContent, RequestContext)

特定のパーティの下に添付ファイル リソースを作成または更新します。

CreateOrUpdateAsync(String, String, RequestContent, RequestContext)

特定のパーティの下に添付ファイル リソースを作成または更新します。

Delete(String, String, RequestContext)

特定のパーティの指定された添付ファイル リソースを削除します。

DeleteAsync(String, String, RequestContext)

特定のパーティの指定された添付ファイル リソースを削除します。

Download(String, String, RequestContext)

指定された入力 filePath の応答として添付ファイルをダウンロードして返します。

DownloadAsync(String, String, RequestContext)

指定された入力 filePath の応答として添付ファイルをダウンロードして返します。

GetAttachment(String, String, RequestContext)

特定のパーティの指定された添付ファイル リソースを取得します。

GetAttachmentAsync(String, String, RequestContext)

特定のパーティの指定された添付ファイル リソースを取得します。

GetAttachmentsByPartyId(String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

特定のパーティの添付ファイル リソースのページ分割された一覧を返します。

GetAttachmentsByPartyIdAsync(String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, String, RequestContext)

特定のパーティの添付ファイル リソースのページ分割された一覧を返します。

適用対象