Compartilhar via


JobScheduleOperationsExtensions.Delete Método

Definição

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

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount, Guid jobScheduleName);
static member Delete : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string * Guid -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IJobScheduleOperations, automationAccount As String, jobScheduleName As Guid) As AzureOperationResponse

Parâmetros

operations
IJobScheduleOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.

automationAccount
String

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

jobScheduleName
Guid

Obrigatórios. O nome da agenda de trabalho.

Retornos

Microsoft.Azure.AzureOperationResponse

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

Aplica-se a