次の方法で共有


ContainerAppsSourceControls interface

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

メソッド

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

コンテナー アプリの SourceControl を作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

コンテナー アプリの SourceControl を作成または更新します。

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl を削除します。

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl を削除します。

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

コンテナー アプリの SourceControl を取得します。

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

特定のリソース グループ内のコンテナー アプリ SourceControls を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

コンテナー アプリの SourceControl を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

sourceControlName

string

コンテナー アプリ SourceControl の名前。

sourceControlEnvelope
SourceControl

コンテナー アプリ SourceControl の作成に使用されるプロパティ

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

コンテナー アプリの SourceControl を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SourceControl>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

sourceControlName

string

コンテナー アプリ SourceControl の名前。

sourceControlEnvelope
SourceControl

コンテナー アプリ SourceControl の作成に使用されるプロパティ

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

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

戻り値

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl を削除します。

function beginDelete(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

sourceControlName

string

コンテナー アプリ SourceControl の名前。

options
ContainerAppsSourceControlsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl を削除します。

function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

sourceControlName

string

コンテナー アプリ SourceControl の名前。

options
ContainerAppsSourceControlsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

コンテナー アプリの SourceControl を取得します。

function get(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<SourceControl>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

sourceControlName

string

コンテナー アプリ SourceControl の名前。

options
ContainerAppsSourceControlsGetOptionalParams

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

戻り値

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

特定のリソース グループ内のコンテナー アプリ SourceControls を取得します。

function listByContainerApp(resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams): PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

containerAppName

string

コンテナー アプリの名前。

options
ContainerAppsSourceControlsListByContainerAppOptionalParams

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

戻り値