WebAppsOperationsExtensions.UpdateMetadataSlotAsync(IWebAppsOperations, String, String, StringDictionaryInner, String, CancellationToken) Method
Definition
Replaces the metadata of an app.
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 = null);
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>
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
- StringDictionaryInner
Edited metadata of the app or deployment slot. See example.
- slot
- String
Name of the deployment slot. If a slot is not specified, the API will update the metadata for the production slot.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Replaces the metadata of an app.