JobCollectionOperationsExtensions.BeginDeletingAsync 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 une collection de travaux.
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName);
static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String) As Task(Of AzureOperationResponse)
Paramètres
- operations
- IJobCollectionOperations
Référence à Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations.
- cloudServiceName
- String
Obligatoire. Nom du service cloud.
- jobCollectionName
- String
Obligatoire. Nom de la collection de travaux à supprimer.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET