Freigeben über


WebAppsOperationsExtensions.UpdateConnectionStringsSlotAsync Methode

Definition

Ersetzt die Verbindungszeichenfolgen einer 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)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

connectionStrings
ConnectionStringDictionaryInner

Verbindungszeichenfolgen der App oder des Bereitstellungsslots. Weitere Informationen sind im Beispiel enthalten.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API die Verbindungseinstellungen für den Produktionsslot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ersetzt die Verbindungszeichenfolgen einer App.

Gilt für: