次の方法で共有


IGalleries インターフェイス

定義

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

public interface IGalleries : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Compute.Fluent.Gallery.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Compute.Fluent.IGallery>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IGalleriesOperations>
type IGalleries = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingByResourceGroup
    interface ISupportsBatchDeletion
    interface ISupportsGettingByResourceGroup<IGallery>
    interface ISupportsListingByResourceGroup<IGallery>
    interface ISupportsListing<IGallery>
    interface IHasInner<IGalleriesOperations>
Public Interface IGalleries
Implements IHasInner(Of IGalleriesOperations), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingByResourceGroup, ISupportsGettingByResourceGroup(Of IGallery), ISupportsListing(Of IGallery), ISupportsListingByResourceGroup(Of IGallery)
実装

プロパティ

Inner

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

(継承元 IHasInner<T>)

メソッド

Define(String)

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

(継承元 ISupportsCreating<T>)
DeleteByIds(IList<String>)

指定したリソースを Azure から削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIds(String[])

指定したリソースを Azure から削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIdsAsync(IList<String>, CancellationToken)

指定したリソースを Azure から非同期的かつ並列に削除します。

(継承元 ISupportsBatchDeletion)
DeleteByIdsAsync(String[], CancellationToken)

指定したリソースを Azure から非同期的かつ並列に削除します。

(継承元 ISupportsBatchDeletion)
DeleteByResourceGroup(String, String)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByResourceGroup)
DeleteByResourceGroupAsync(String, String, CancellationToken)

Azure からリソースを削除し、その名前とそのリソース グループで識別します。

(継承元 ISupportsDeletingByResourceGroup)
GetByResourceGroup(String, String)

リソース名とそのリソース グループの名前に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByResourceGroup<T>)
GetByResourceGroupAsync(String, String, CancellationToken)

リソース名とそのリソース グループの名前に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByResourceGroup<T>)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListByResourceGroup(String)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)
ListByResourceGroupAsync(String, Boolean, CancellationToken)

指定したリソース グループ内の指定した種類のリソースを一覧表示します。

(継承元 ISupportsListingByResourceGroup<T>)

適用対象