Partager via


HostedServiceOperationsExtensions.BeginDeletingExtensionAsync Méthode

Définition

L’opération Begin Delete Extension supprime l’extension spécifiée d’un service cloud. (voir http://msdn.microsoft.com/en-us/library/windowsazure/dn169560.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingExtensionAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName, string extensionId);
static member BeginDeletingExtensionAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingExtensionAsync (operations As IHostedServiceOperations, serviceName As String, extensionId As String) As Task(Of AzureOperationResponse)

Paramètres

operations
IHostedServiceOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Obligatoire. Nom du service cloud.

extensionId
String

Obligatoire. Identificateur affecté à l’extension lors de son ajout au service cloud

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à