WebAppsOperationsExtensions.UpdateMetadataSlotAsync メソッド

定義

アプリのメタデータを置き換えます。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

metadata
StringDictionaryInner

アプリまたはデプロイ スロットの編集されたメタデータ。 例を参照してください。

slot
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

の説明 アプリのメタデータを置き換えます。

適用対象