Udostępnij za pośrednictwem


WebAppsOperationsExtensions.BeginCreateInstanceMSDeployOperationAsync Metoda

Definicja

Wywołaj rozszerzenie aplikacji internetowej MSDeploy.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.MSDeployStatusInner> BeginCreateInstanceMSDeployOperationAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string instanceId, Microsoft.Azure.Management.AppService.Fluent.Models.MSDeploy mSDeploy, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateInstanceMSDeployOperationAsync : 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 BeginCreateInstanceMSDeployOperationAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, instanceId As String, mSDeploy As MSDeploy, Optional cancellationToken As CancellationToken = Nothing) As Task(Of MSDeployStatusInner)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji internetowej.

instanceId
String

Identyfikator wystąpienia aplikacji internetowej.

mSDeploy
MSDeploy

Szczegóły operacji MSDeploy

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis rozszerzenia aplikacji internetowej MSDeploy.

Dotyczy