Dela via


WebAppsOperationsExtensions.UpdateConnectionStringsSlotAsync Metod

Definition

Ersätter anslutningssträngarna för en app.

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

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.

connectionStrings
ConnectionStringDictionaryInner

Anslutningssträngar för appen eller distributionsfacket. Se exempel.

slot
String

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

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Ersätter anslutningssträngarna för en app.

Gäller för