CloudServicesOperationsExtensions.DeleteInstancesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime des instances de rôle dans un service cloud.
public static System.Threading.Tasks.Task DeleteInstancesAsync (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, System.Collections.Generic.IList<string> roleInstancesProperty, System.Threading.CancellationToken cancellationToken = default);
static member DeleteInstancesAsync : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteInstancesAsync (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, roleInstancesProperty As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task
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.
Liste des noms de rôle de service cloud instance. La valeur « * » signifie toutes les instances de rôle du service cloud.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET