Compartilhar via


Método JobScheduleOperationsExtensions.DeleteAsync (IJobScheduleOperations, String, Guid)

 

Exclua a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte https://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)

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

Sintaxe

public static Task<AzureOperationResponse> DeleteAsync(
    this IJobScheduleOperations operations,
    string automationAccount,
    Guid jobScheduleName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
    IJobScheduleOperations^ operations,
    String^ automationAccount,
    Guid jobScheduleName
)
static member DeleteAsync : 
        operations:IJobScheduleOperations *
        automationAccount:string *
        jobScheduleName:Guid -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IJobScheduleOperations,
    automationAccount As String,
    jobScheduleName As Guid
) As Task(Of AzureOperationResponse)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

  • jobScheduleName
    Type: System.Guid

    Obrigatório. O nome da agenda de trabalho.

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

Classe JobScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo