次の方法で共有


IGalleryImagesOperations インターフェイス

定義

GalleryImagesOperations 操作。

public interface IGalleryImagesOperations
type IGalleryImagesOperations = interface
Public Interface IGalleryImagesOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImage, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージ定義を作成または更新します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージを削除します。

BeginUpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージ定義を更新します。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImage, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージ定義を作成または更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージを削除します。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージ定義に関する情報を取得します。

ListByGalleryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

ListByGalleryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

UpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)

ギャラリー イメージ定義を更新します。

拡張メソッド

BeginCreateOrUpdate(IGalleryImagesOperations, String, String, String, GalleryImage)

ギャラリー イメージ定義を作成または更新します。

BeginCreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImage, CancellationToken)

ギャラリー イメージ定義を作成または更新します。

BeginDelete(IGalleryImagesOperations, String, String, String)

ギャラリー イメージを削除します。

BeginDeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

ギャラリー イメージを削除します。

BeginUpdate(IGalleryImagesOperations, String, String, String, GalleryImageUpdate)

ギャラリー イメージ定義を更新します。

BeginUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)

ギャラリー イメージ定義を更新します。

CreateOrUpdate(IGalleryImagesOperations, String, String, String, GalleryImage)

ギャラリー イメージ定義を作成または更新します。

CreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImage, CancellationToken)

ギャラリー イメージ定義を作成または更新します。

Delete(IGalleryImagesOperations, String, String, String)

ギャラリー イメージを削除します。

DeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

ギャラリー イメージを削除します。

Get(IGalleryImagesOperations, String, String, String)

ギャラリー イメージ定義に関する情報を取得します。

GetAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

ギャラリー イメージ定義に関する情報を取得します。

ListByGallery(IGalleryImagesOperations, String, String)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

ListByGalleryAsync(IGalleryImagesOperations, String, String, CancellationToken)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

ListByGalleryNext(IGalleryImagesOperations, String)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

ListByGalleryNextAsync(IGalleryImagesOperations, String, CancellationToken)

ギャラリー内のギャラリー イメージ定義を一覧表示します。

Update(IGalleryImagesOperations, String, String, String, GalleryImageUpdate)

ギャラリー イメージ定義を更新します。

UpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)

ギャラリー イメージ定義を更新します。

適用対象