Partager via


DeploymentsOperationsExtensions.Restart Méthode

Définition

Redémarrez le déploiement.

public static void Restart (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName);
static member Restart : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string -> unit
<Extension()>
Public Sub Restart (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 de service.

appName
String

Nom de la ressource d’application.

deploymentName
String

Nom de la ressource de déploiement.

S’applique à