共用方式為


ContainerAppsSourceControls interface

代表 ContainerAppsSourceControls 的介面。

方法

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

建立或更新容器應用程式的 SourceControl。

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

建立或更新容器應用程式的 SourceControl。

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

刪除容器應用程式來源Control。

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

刪除容器應用程式來源Control。

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

容器應用程式來源Control 的名稱。

sourceControlEnvelope
SourceControl

用來建立容器應用程式來源Control 的屬性

傳回

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

容器應用程式來源Control 的名稱。

sourceControlEnvelope
SourceControl

用來建立容器應用程式來源Control 的屬性

傳回

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

刪除容器應用程式來源Control。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

containerAppName

string

容器應用程式的名稱。

sourceControlName

string

容器應用程式來源Control 的名稱。

傳回

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

刪除容器應用程式來源Control。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

containerAppName

string

容器應用程式的名稱。

sourceControlName

string

容器應用程式來源Control 的名稱。

傳回

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

容器應用程式來源Control 的名稱。

傳回

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

取得指定資源群組中的容器應用程式 SourceControls。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

containerAppName

string

容器應用程式的名稱。

傳回