WebAppsOperationsExtensions.UpdatePremierAddOnAsync Método

Definição

Atualizações um complemento nomeado de um aplicativo.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

premierAddOnName
String

Nome do complemento.

premierAddOn
PremierAddOnPatchResource

Uma representação JSON do complemento premier editado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Atualizações um complemento nomeado de um aplicativo.

Aplica-se a