WebAppsOperationsExtensions.AddPremierAddOnAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualizações um complemento nomeado de um aplicativo.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PremierAddOn> AddPremierAddOnAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string premierAddOnName, Microsoft.Azure.Management.WebSites.Models.PremierAddOn premierAddOn, System.Threading.CancellationToken cancellationToken = default);
static member AddPremierAddOnAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PremierAddOn * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PremierAddOn>
<Extension()>
Public Function AddPremierAddOnAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, premierAddOnName As String, premierAddOn As PremierAddOn, 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
- PremierAddOn
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
Azure SDK for .NET