Partager via


ConnectionTypeOperationsExtensions.DeleteAsync Méthode

Définition

Supprimez le type de connexion. (voir http://aka.ms/azureautomationsdk/connectiontypeoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As Task(Of AzureOperationResponse)

Paramètres

operations
IConnectionTypeOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

connectionTypeName
String

Obligatoire. Nom du type de connexion.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à