Share via


ConnectionTypeOperationsExtensions.Delete Method (IConnectionTypeOperations, String, String)

 

Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static AzureOperationResponse Delete(
    this IConnectionTypeOperations operations,
    string automationAccount,
    string connectionTypeName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
    IConnectionTypeOperations^ operations,
    String^ automationAccount,
    String^ connectionTypeName
)
static member Delete : 
        operations:IConnectionTypeOperations *
        automationAccount:string *
        connectionTypeName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IConnectionTypeOperations,
    automationAccount As String,
    connectionTypeName As String
) As AzureOperationResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

  • connectionTypeName
    Type: System.String

    Required. The name of connectiontype.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

See Also

ConnectionTypeOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top