共用方式為


Reset-AzWebAppSlotPublishingProfile

語法

Reset-AzWebAppSlotPublishingProfile
     [-ResourceGroupName] <String>
     [-Name] <String>
     [-Slot] <String>
     [-DefaultProfile <IAzureContextContainer>]
     [<CommonParameters>]
Reset-AzWebAppSlotPublishingProfile
     [-WebApp] <PSSite>
     [-DefaultProfile <IAzureContextContainer>]
     [<CommonParameters>]

Description

Reset-AzWebAppSlotPublishingProfile Cmdlet 會重設指定 Web 應用程式位置的發佈配置檔。

範例

範例 1

Reset-AzWebAppSlotPublishingProfile -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Slot "slot001"

此命令會針對與資源群組 Default-Web-WestUS 相關聯的 Web 應用程式 ContosoWebApp,重設名為 slot001 之位置的發佈配置檔。

參數

-DefaultProfile

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

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

-Name

WebApp 名稱

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

-ResourceGroupName

資源群組名稱

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

-Slot

WebApp 位置名稱

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

-WebApp

WebApp 物件

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

輸入

String

PSSite

輸出

String