Dela via


WebAppsOperationsExtensions.UpdateConnectionStringsAsync Metod

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner> UpdateConnectionStringsAsync(this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner connectionStrings, System.Threading.CancellationToken cancellationToken = default);
static member UpdateConnectionStringsAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.ConnectionStringDictionaryInner>
<Extension()>
Public Function UpdateConnectionStringsAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, connectionStrings As ConnectionStringDictionaryInner, 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.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

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

Gäller för