Partager via


CloudServicesOperationsExtensions.BeginRestart Méthode

Définition

Redémarre une ou plusieurs instances de rôle dans un service cloud.

public static void BeginRestart (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, System.Collections.Generic.IList<string> roleInstancesProperty);
static member BeginRestart : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub BeginRestart (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, roleInstancesProperty As IList(Of String))

Paramètres

operations
ICloudServicesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

cloudServiceName
String

Nom du service cloud.

roleInstancesProperty
IList<String>

Liste des noms de rôle de service cloud instance. La valeur « * » signifie toutes les instances de rôle du service cloud.

S’applique à