Поделиться через


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

Токен отмены.

Возвращаемое значение

Комментарии

Описание Обновления именованной надстройки приложения.

Применяется к