WebAppsOperationsExtensions.AddPremierAddOnSlotAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Обновления именованной надстройки приложения.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner> AddPremierAddOnSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string premierAddOnName, Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner premierAddOn, string slot, System.Threading.CancellationToken cancellationToken = default);
static member AddPremierAddOnSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PremierAddOnInner>
<Extension()>
Public Function AddPremierAddOnSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, premierAddOnName As String, premierAddOn As PremierAddOnInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PremierAddOnInner)
Параметры
- operations
- IWebAppsOperations
Группа операций для этого метода расширения.
- resourceGroupName
- String
Имя группы ресурсов, к которой принадлежит ресурс.
- name
- String
Имя приложения
- premierAddOnName
- String
Имя надстройки.
- premierAddOn
- PremierAddOnInner
Представление json измененной надстройки Premier.
- slot
- String
Имя слота развертывания. Если слот не указан, API обновит именованную надстройку для рабочего слота.
- cancellationToken
- CancellationToken
Токен отмены.
Возвращаемое значение
Комментарии
Описание Обновления именованной надстройки приложения.
Применяется к
Azure SDK for .NET