Compartilhar via


Método IConnectionTypeOperations.DeleteAsync (String, String, CancellationToken)

 

Exclua o connectiontype. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

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

Sintaxe

Task<AzureOperationResponse> DeleteAsync(
    string automationAccount,
    string connectionTypeName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
    String^ automationAccount,
    String^ connectionTypeName,
    CancellationToken cancellationToken
)
abstract DeleteAsync : 
        automationAccount:string *
        connectionTypeName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
    automationAccount As String,
    connectionTypeName As String,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

  • connectionTypeName
    Type: System.String

    O nome do connectiontype.

Valor de retorno

Type: System.Threading.Tasks.Task<AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Consulte também

Interface IConnectionTypeOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo