Dela via


WebAppsOperationsExtensions.UpdateConfigurationSlotAsync Metod

Definition

Uppdateringar konfigurationen av en app.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigResourceInner> UpdateConfigurationSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigResourceInner siteConfig, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateConfigurationSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigResourceInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfigResourceInner>
<Extension()>
Public Function UpdateConfigurationSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteConfig As SiteConfigResourceInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteConfigResourceInner)

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

siteConfig
SiteConfigResourceInner

JSON-representation av ett SiteConfig-objekt. Se exempel.

slot
String

Namnet på distributionsfacket. Om inget fack anges uppdaterar API:et konfigurationen för produktionsplatsen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning av Uppdateringar konfigurationen av en app.

Gäller för