WebAppsOperationsExtensions.UpdateConnectionStringsSlotAsync メソッド

定義

アプリの接続文字列を置き換えます。

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)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

connectionStrings
ConnectionStringDictionaryInner

アプリまたはデプロイ スロットの接続文字列。 例を参照してください。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API によって運用スロットの接続設定が更新されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

の説明 アプリの接続文字列を置き換えます。

適用対象