共用方式為


WebAppsOperationsExtensions.BeginCreateMSDeployOperationSlotAsync 方法

定義

叫用 MSDeploy Web 應用程式延伸模組。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner> BeginCreateMSDeployOperationSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, Microsoft.Azure.Management.AppService.Fluent.Models.MSDeploy mSDeploy, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateMSDeployOperationSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.MSDeploy * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner>
<Extension()>
Public Function BeginCreateMSDeployOperationSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, mSDeploy As MSDeploy, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MSDeployStatusInner)

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

Web 應用程式的名稱。

slot
String

Web 應用程式位置的名稱。 如果未指定,則預設為生產位置。

mSDeploy
MSDeploy

MSDeploy 作業的詳細資料

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

叫用 MSDeploy Web 應用程式延伸模組的描述。

適用於