Sdílet prostřednictvím


IWebAppsOperations.UpdatePremierAddOnWithHttpMessagesAsync Metoda

Definice

Aktualizace pojmenovaného doplňku aplikace.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner>> UpdatePremierAddOnWithHttpMessagesAsync (string resourceGroupName, string name, string premierAddOnName, Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource premierAddOn, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdatePremierAddOnWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnPatchResource * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner>>
Public Function UpdatePremierAddOnWithHttpMessagesAsync (resourceGroupName As String, name As String, premierAddOnName As String, premierAddOn As PremierAddOnPatchResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PremierAddOnInner))

Parametry

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

premierAddOnName
String

Název doplňku.

premierAddOn
PremierAddOnPatchResource

Reprezentace upraveného doplňku Premier ve formátu JSON.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když nejde deserializovat odpověď.

Vyvolá se, když má povinný parametr hodnotu null.

Poznámky

Popis Aktualizace pojmenovaného doplňku aplikace.

Platí pro