Freigeben über


WebAppsOperationsExtensions.CreateMSDeployOperationAsync Methode

Definition

Rufen Sie die Web-App-Erweiterung MSDeploy auf.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der Web-App.

mSDeploy
MSDeploy

Details zum MSDeploy-Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Aufrufen der MSDeploy-Web-App-Erweiterung.

Gilt für: