Compartilhar via


JobScheduleOperationsExtensions.Delete Método

Definição

Exclua o agendamento de trabalho identificado pelo nome do agendamento de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations

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

Parâmetros

operations
IJobScheduleOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountautomationAccountName
String
jobScheduleNamejobScheduleId
Guid

Retornos

Microsoft.Azure.AzureOperationResponse

Aplica-se a