共用方式為


Get-AzWebAppContainerContinuousDeploymentUrl

Get-AzWebAppContainerContinuousDeploymentUrl 會傳回容器連續部署 URL

語法

Get-AzWebAppContainerContinuousDeploymentUrl
   [[-SlotName] <String>]
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzWebAppContainerContinuousDeploymentUrl
   [-WebApp] <PSSite>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzWebAppContainerContinuousDeploymentUrl 會傳回容器連續部署 URL

範例

範例 1

Get-AzWebAppContainerContinuousDeploymentUrl -ResourceGroupName "Default-Web-WestUS" -Name "ContosoASP"

此命令會傳回容器持續部署 URL。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

Web 應用程式的名稱。

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SlotName

Web 應用程式位置的名稱。

類型:String
Position:1
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-WebApp

Web 應用程式物件

類型:PSSite
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

PSSite

輸出

String