Freigeben über


WebAppsOperationsExtensions.CreateInstanceMSDeployOperationSlot Methode

Definition

Rufen Sie die Web-App-Erweiterung MSDeploy auf.

public static Microsoft.Azure.Management.WebSites.Models.MSDeployStatus CreateInstanceMSDeployOperationSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string instanceId, Microsoft.Azure.Management.WebSites.Models.MSDeploy mSDeploy);
static member CreateInstanceMSDeployOperationSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.MSDeploy -> Microsoft.Azure.Management.WebSites.Models.MSDeployStatus
<Extension()>
Public Function CreateInstanceMSDeployOperationSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, instanceId As String, mSDeploy As MSDeploy) As MSDeployStatus

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.

slot
String

Name des Web-App-Slots. Wenn nicht angegeben, wird standardmäßig der Produktionsslot verwendet.

instanceId
String

ID der web-app-instance.

mSDeploy
MSDeploy

Details zum MSDeploy-Vorgang

Gibt zurück

Hinweise

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

Gilt für: