共用方式為


ContainerApps interface

代表 ContainerApps 的介面。

方法

beginCreateOrUpdate(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, ContainerAppsDeleteOptionalParams)

刪除容器應用程式。

beginDeleteAndWait(string, string, ContainerAppsDeleteOptionalParams)

刪除容器應用程式。

beginStart(string, string, ContainerAppsStartOptionalParams)

啟動容器應用程式

beginStartAndWait(string, string, ContainerAppsStartOptionalParams)

啟動容器應用程式

beginStop(string, string, ContainerAppsStopOptionalParams)

停止容器應用程式

beginStopAndWait(string, string, ContainerAppsStopOptionalParams)

停止容器應用程式

beginUpdate(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

使用 JSON 合併修補程式修補容器應用程式

beginUpdateAndWait(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

使用 JSON 合併修補程式修補容器應用程式

get(string, string, ContainerAppsGetOptionalParams)

取得容器應用程式的屬性。

getAuthToken(string, string, ContainerAppsGetAuthTokenOptionalParams)

取得容器應用程式的驗證權杖

listByResourceGroup(string, ContainerAppsListByResourceGroupOptionalParams)

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

listBySubscription(ContainerAppsListBySubscriptionOptionalParams)

取得指定訂用帳戶中的容器應用程式。

listCustomHostNameAnalysis(string, string, ContainerAppsListCustomHostNameAnalysisOptionalParams)

分析容器應用程式的自訂主機名稱

listSecrets(string, string, ContainerAppsListSecretsOptionalParams)

列出容器應用程式的秘密

方法詳細資料

beginCreateOrUpdate(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

containerAppEnvelope
ContainerApp

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

傳回

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

beginCreateOrUpdateAndWait(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<ContainerApp>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

containerAppEnvelope
ContainerApp

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

傳回

Promise<ContainerApp>

beginDelete(string, string, ContainerAppsDeleteOptionalParams)

刪除容器應用程式。

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

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsDeleteOptionalParams

選項參數。

傳回

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

beginDeleteAndWait(string, string, ContainerAppsDeleteOptionalParams)

刪除容器應用程式。

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

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsDeleteOptionalParams

選項參數。

傳回

Promise<void>

beginStart(string, string, ContainerAppsStartOptionalParams)

啟動容器應用程式

function beginStart(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsStartOptionalParams

選項參數。

傳回

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

beginStartAndWait(string, string, ContainerAppsStartOptionalParams)

啟動容器應用程式

function beginStartAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<ContainerApp>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsStartOptionalParams

選項參數。

傳回

Promise<ContainerApp>

beginStop(string, string, ContainerAppsStopOptionalParams)

停止容器應用程式

function beginStop(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsStopOptionalParams

選項參數。

傳回

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

beginStopAndWait(string, string, ContainerAppsStopOptionalParams)

停止容器應用程式

function beginStopAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<ContainerApp>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsStopOptionalParams

選項參數。

傳回

Promise<ContainerApp>

beginUpdate(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

使用 JSON 合併修補程式修補容器應用程式

function beginUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

containerAppEnvelope
ContainerApp

需要更新之容器應用程式的屬性

options
ContainerAppsUpdateOptionalParams

選項參數。

傳回

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

beginUpdateAndWait(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

使用 JSON 合併修補程式修補容器應用程式

function beginUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<ContainerApp>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

containerAppEnvelope
ContainerApp

需要更新之容器應用程式的屬性

options
ContainerAppsUpdateOptionalParams

選項參數。

傳回

Promise<ContainerApp>

get(string, string, ContainerAppsGetOptionalParams)

取得容器應用程式的屬性。

function get(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetOptionalParams): Promise<ContainerApp>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsGetOptionalParams

選項參數。

傳回

Promise<ContainerApp>

getAuthToken(string, string, ContainerAppsGetAuthTokenOptionalParams)

取得容器應用程式的驗證權杖

function getAuthToken(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetAuthTokenOptionalParams): Promise<ContainerAppAuthToken>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsGetAuthTokenOptionalParams

選項參數。

傳回

listByResourceGroup(string, ContainerAppsListByResourceGroupOptionalParams)

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

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

參數

resourceGroupName

string

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

傳回

listBySubscription(ContainerAppsListBySubscriptionOptionalParams)

取得指定訂用帳戶中的容器應用程式。

function listBySubscription(options?: ContainerAppsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ContainerApp, ContainerApp[], PageSettings>

參數

傳回

listCustomHostNameAnalysis(string, string, ContainerAppsListCustomHostNameAnalysisOptionalParams)

分析容器應用程式的自訂主機名稱

function listCustomHostNameAnalysis(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListCustomHostNameAnalysisOptionalParams): Promise<CustomHostnameAnalysisResult>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

傳回

listSecrets(string, string, ContainerAppsListSecretsOptionalParams)

列出容器應用程式的秘密

function listSecrets(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListSecretsOptionalParams): Promise<SecretsCollection>

參數

resourceGroupName

string

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

containerAppName

string

容器應用程式的名稱。

options
ContainerAppsListSecretsOptionalParams

選項參數。

傳回