Dela via


Reset-AzureRmWebAppSlotPublishingProfile

Varning

AzureRM PowerShell-modulen är officiellt inaktuell från och med den 29 februari 2024. Användare rekommenderas att migrera från AzureRM till Az PowerShell-modulen för att säkerställa fortsatt support och uppdateringar.

Även om AzureRM-modulen fortfarande kan fungera, underhålls den inte längre eller stöds, vilket gör att användaren kan välja och riskera fortsatt användning. Se våra migreringsresurser för vägledning om övergången till Az-modulen.

Syntax

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

Description

Cmdleten Reset-AzureRmWebAppSlotPublishingProfile återställer publiceringsprofilen för det angivna webbappsfacket.

Exempel

1:

PS C:\> Reset-AzureRmWebAppSlotPublishingProfile -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -Slot "slot001"

Det här kommandot återställer publiceringsprofilen för fack med namnet slot001 för webbappen ContosoWebApp som är associerad med resursgruppen Default-Web-WestUS.

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Name

WebApp-namn

Typ:String
Position:1
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-ResourceGroupName

Namnet på resursgruppen

Typ:String
Position:0
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Slot

Namn på WebApp-fack

Typ:String
Position:2
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-WebApp

WebApp-objekt

Typ:PSSite
Position:0
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

Indata

String

Site

Parametrar: WebApp (ByValue)

Utdata

String