你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebAppsOperationsExtensions.UpdateMetadataAsync Method

Definition

Replaces the metadata of an app.

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

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.

metadata
StringDictionary

Edited metadata of the app or deployment slot. See example.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Replaces the metadata of an app.

Applies to