次の方法で共有


IGalleryImages インターフェイス

定義

Azure のギャラリー イメージ管理 API へのエントリ ポイント。

public interface IGalleryImages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleryImagesOperations>
type IGalleryImages = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasInner<IGalleryImagesOperations>
Public Interface IGalleryImages
Implements IBeta, IHasInner(Of IGalleryImagesOperations), ISupportsCreating(Of IBlank)
実装

プロパティ

Inner

Azure のギャラリー イメージ管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)

メソッド

Define(String)

Azure のギャラリー イメージ管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteByGallery(String, String, String)

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

DeleteByGalleryAsync(String, String, String, CancellationToken)

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

GetByGallery(String, String, String)

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

GetByGalleryAsync(String, String, String, CancellationToken)

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

ListByGallery(String, String)

ギャラリーの下に画像を一覧表示します。

ListByGalleryAsync(String, String, CancellationToken)

ギャラリーの下に画像を一覧表示します。

適用対象