Partager via


ConnectionTypeOperationsExtensions.Delete Méthode

Définition

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

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member Delete : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As 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

Microsoft.Azure.AzureOperationResponse

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à