Partager via


DeploymentsOperationsExtensions.Start Méthode

Définition

Démarrage du déploiement.

public static void Start (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName);
static member Start : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Start (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String)

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serviceName
String

Nom de la ressource service.

appName
String

Nom de la ressource d’application.

deploymentName
String

Nom de la ressource De déploiement.

S’applique à