WebAppsOperationsExtensions.UpdateConnectionStringsAsync Method

Definition

Replaces the connection strings of an app.

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

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the app.

connectionStrings
ConnectionStringDictionary

Connection strings of the app or deployment slot. See example.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Replaces the connection strings of an app.

Applies to