次の方法で共有


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, name: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SourceControl>, SourceControl>>

パラメーター

resourceGroupName

string

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

containerAppName

string

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

name

string

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

sourceControlEnvelope
SourceControl

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

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<SourceControl>, SourceControl>>

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

コンテナー アプリの SourceControl の作成または更新に関する説明。

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

パラメーター

resourceGroupName

string

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

containerAppName

string

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

name

string

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

sourceControlEnvelope
SourceControl

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

options
ContainerAppsSourceControlsCreateOrUpdateOptionalParams

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

戻り値

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl の削除に関する説明。

function beginDelete(resourceGroupName: string, containerAppName: string, name: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

containerAppName

string

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

name

string

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

options
ContainerAppsSourceControlsDeleteOptionalParams

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

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

コンテナー アプリ SourceControl の削除に関する説明。

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

パラメーター

resourceGroupName

string

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

containerAppName

string

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

name

string

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

options
ContainerAppsSourceControlsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

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

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

パラメーター

resourceGroupName

string

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

containerAppName

string

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

name

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

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

戻り値