次の方法で共有


IContainerGroups インターフェイス

定義

コンテナー インスタンス管理 API へのエントリ ポイント。

public interface IContainerGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerInstanceManager>
type IContainerGroups = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface IHasManager<IContainerInstanceManager>
    interface IHasInner<IContainerGroupsOperations>
    interface ISupportsBatchCreation<IContainerGroup>
    interface ISupportsGettingByResourceGroup<IContainerGroup>
    interface ISupportsGettingById<IContainerGroup>
    interface ISupportsDeletingByResourceGroup
    interface ISupportsDeletingById
    interface ISupportsBatchDeletion
    interface ISupportsListingByResourceGroup<IContainerGroup>
    interface ISupportsListing<IContainerGroup>
Public Interface IContainerGroups
Implements IHasInner(Of IContainerGroupsOperations), IHasManager(Of IContainerInstanceManager), ISupportsBatchCreation(Of IContainerGroup), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of IContainerGroup), ISupportsGettingByResourceGroup(Of IContainerGroup), ISupportsListing(Of IContainerGroup), ISupportsListingByResourceGroup(Of IContainerGroup)
実装

プロパティ

Inner

コンテナー インスタンス管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Create(ICreatable<IFluentResourceT>[])

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

リソースのセット (バッチ) を作成します。

(継承元 ISupportsBatchCreation<IFluentResourceT>)
Define(String)

コンテナー インスタンス管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、リソース ID で識別します。

(継承元 ISupportsDeletingById)
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)
GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByResourceGroup(String, String)

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

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

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

(継承元 ISupportsGettingByResourceGroup<T>)
GetLogContent(String, String, String)

コンテナー グループ内の指定したコンテナー インスタンスのログ コンテンツを取得します。

GetLogContent(String, String, String, Int32)

コンテナー グループ内の指定したコンテナー インスタンスのログ コンテンツを取得します。

GetLogContentAsync(String, String, String, CancellationToken)

コンテナー グループ内の指定したコンテナー インスタンスのログ コンテンツを取得します。

GetLogContentAsync(String, String, String, Int32, CancellationToken)

コンテナー グループ内の指定したコンテナー インスタンスのログ コンテンツを取得します。

List()

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

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

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

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

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

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

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

(継承元 ISupportsListingByResourceGroup<T>)
ListCachedImages(String)

リージョン内のサブスクリプションのキャッシュされたイメージを一覧表示します。

ListCachedImagesAsync(String, CancellationToken)

リージョン内のサブスクリプションのキャッシュされたイメージを一覧表示します。

ListCapabilities(String)

場所の機能を一覧表示します。

ListCapabilitiesAsync(String, CancellationToken)

場所の機能を一覧表示します。

ListOperations()

Azure Container Instance サービスのすべての操作を一覧表示します。

ListOperationsAsync(CancellationToken)

Azure Container Instance サービスのすべての操作を一覧表示します。

Start(String, String)

コンテナー グループ内のすべてのコンテナーを開始します。

StartAsync(String, String, CancellationToken)

コンテナー グループ内のすべてのコンテナーを開始します。

適用対象