次の方法で共有


ContainerGroups interface

ContainerGroups を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, ContainerGroup, ContainerGroupsCreateOrUpdateOptionalParams)

指定した構成でコンテナー グループを作成または更新します。

beginCreateOrUpdateAndWait(string, string, ContainerGroup, ContainerGroupsCreateOrUpdateOptionalParams)

指定した構成でコンテナー グループを作成または更新します。

beginDelete(string, string, ContainerGroupsDeleteOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループを削除します。 この操作では、ボリュームなど、ユーザーが提供する他のリソースは削除されません。

beginDeleteAndWait(string, string, ContainerGroupsDeleteOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループを削除します。 この操作では、ボリュームなど、ユーザーが提供する他のリソースは削除されません。

beginRestart(string, string, ContainerGroupsRestartOptionalParams)

コンテナー グループ内のすべてのコンテナーをインプレースで再起動します。 コンテナー イメージに更新プログラムがある場合は、新しいイメージがダウンロードされます。

beginRestartAndWait(string, string, ContainerGroupsRestartOptionalParams)

コンテナー グループ内のすべてのコンテナーをインプレースで再起動します。 コンテナー イメージに更新プログラムがある場合は、新しいイメージがダウンロードされます。

beginStart(string, string, ContainerGroupsStartOptionalParams)

コンテナー グループ内のすべてのコンテナーを開始します。 コンピューティング リソースが割り当てられ、課金が開始されます。

beginStartAndWait(string, string, ContainerGroupsStartOptionalParams)

コンテナー グループ内のすべてのコンテナーを開始します。 コンピューティング リソースが割り当てられ、課金が開始されます。

get(string, string, ContainerGroupsGetOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループのプロパティを取得します。 この操作では、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティが返されます。

getOutboundNetworkDependenciesEndpoints(string, string, ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams)

ネットワーク設定と構成を完全に制御できるように、このコンテナー グループのすべてのネットワーク依存関係を取得します。 コンテナー グループの場合、これは常に空のリストになります。

list(ContainerGroupsListOptionalParams)

指定したサブスクリプション内のコンテナー グループの一覧を取得します。 この操作は、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティを返します。

listByResourceGroup(string, ContainerGroupsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のコンテナー グループの一覧を取得します。 この操作は、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティを返します。

stop(string, string, ContainerGroupsStopOptionalParams)

コンテナー グループ内のすべてのコンテナーを停止します。 コンピューティング リソースの割り当てが解除され、課金が停止します。

update(string, string, Resource, ContainerGroupsUpdateOptionalParams)

指定した値でコンテナー グループ タグを更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, ContainerGroup, ContainerGroupsCreateOrUpdateOptionalParams)

指定した構成でコンテナー グループを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, containerGroupName: string, containerGroup: ContainerGroup, options?: ContainerGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerGroup>, ContainerGroup>>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

containerGroup
ContainerGroup

作成または更新するコンテナー グループのプロパティ。

options
ContainerGroupsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerGroup>, ContainerGroup>>

beginCreateOrUpdateAndWait(string, string, ContainerGroup, ContainerGroupsCreateOrUpdateOptionalParams)

指定した構成でコンテナー グループを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerGroupName: string, containerGroup: ContainerGroup, options?: ContainerGroupsCreateOrUpdateOptionalParams): Promise<ContainerGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

containerGroup
ContainerGroup

作成または更新するコンテナー グループのプロパティ。

options
ContainerGroupsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<ContainerGroup>

beginDelete(string, string, ContainerGroupsDeleteOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループを削除します。 この操作では、ボリュームなど、ユーザーが提供する他のリソースは削除されません。

function beginDelete(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ContainerGroup>, ContainerGroup>>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ContainerGroup>, ContainerGroup>>

beginDeleteAndWait(string, string, ContainerGroupsDeleteOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループを削除します。 この操作では、ボリュームなど、ユーザーが提供する他のリソースは削除されません。

function beginDeleteAndWait(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsDeleteOptionalParams): Promise<ContainerGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<ContainerGroup>

beginRestart(string, string, ContainerGroupsRestartOptionalParams)

コンテナー グループ内のすべてのコンテナーをインプレースで再起動します。 コンテナー イメージに更新プログラムがある場合は、新しいイメージがダウンロードされます。

function beginRestart(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsRestartOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginRestartAndWait(string, string, ContainerGroupsRestartOptionalParams)

コンテナー グループ内のすべてのコンテナーをインプレースで再起動します。 コンテナー イメージに更新プログラムがある場合は、新しいイメージがダウンロードされます。

function beginRestartAndWait(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsRestartOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsRestartOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginStart(string, string, ContainerGroupsStartOptionalParams)

コンテナー グループ内のすべてのコンテナーを開始します。 コンピューティング リソースが割り当てられ、課金が開始されます。

function beginStart(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsStartOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginStartAndWait(string, string, ContainerGroupsStartOptionalParams)

コンテナー グループ内のすべてのコンテナーを開始します。 コンピューティング リソースが割り当てられ、課金が開始されます。

function beginStartAndWait(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsStartOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsStartOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, ContainerGroupsGetOptionalParams)

指定したサブスクリプションとリソース グループ内の指定したコンテナー グループのプロパティを取得します。 この操作では、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティが返されます。

function get(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsGetOptionalParams): Promise<ContainerGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsGetOptionalParams

オプション パラメーター。

戻り値

Promise<ContainerGroup>

getOutboundNetworkDependenciesEndpoints(string, string, ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams)

ネットワーク設定と構成を完全に制御できるように、このコンテナー グループのすべてのネットワーク依存関係を取得します。 コンテナー グループの場合、これは常に空のリストになります。

function getOutboundNetworkDependenciesEndpoints(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams): Promise<ContainerGroupsGetOutboundNetworkDependenciesEndpointsResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsGetOutboundNetworkDependenciesEndpointsOptionalParams

オプション パラメーター。

戻り値

list(ContainerGroupsListOptionalParams)

指定したサブスクリプション内のコンテナー グループの一覧を取得します。 この操作は、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティを返します。

function list(options?: ContainerGroupsListOptionalParams): PagedAsyncIterableIterator<ContainerGroup, ContainerGroup[], PageSettings>

パラメーター

options
ContainerGroupsListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, ContainerGroupsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のコンテナー グループの一覧を取得します。 この操作は、コンテナー、イメージ レジストリ資格情報、再起動ポリシー、IP アドレスの種類、OS の種類、状態、ボリュームなど、各コンテナー グループのプロパティを返します。

function listByResourceGroup(resourceGroupName: string, options?: ContainerGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerGroup, ContainerGroup[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
ContainerGroupsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

stop(string, string, ContainerGroupsStopOptionalParams)

コンテナー グループ内のすべてのコンテナーを停止します。 コンピューティング リソースの割り当てが解除され、課金が停止します。

function stop(resourceGroupName: string, containerGroupName: string, options?: ContainerGroupsStopOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

options
ContainerGroupsStopOptionalParams

オプション パラメーター。

戻り値

Promise<void>

update(string, string, Resource, ContainerGroupsUpdateOptionalParams)

指定した値でコンテナー グループ タグを更新します。

function update(resourceGroupName: string, containerGroupName: string, resource: Resource, options?: ContainerGroupsUpdateOptionalParams): Promise<ContainerGroup>

パラメーター

resourceGroupName

string

リソース グループの名前。

containerGroupName

string

コンテナー グループの名前。

resource
Resource

更新するタグのみを含むコンテナー グループ リソース。

options
ContainerGroupsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<ContainerGroup>