ScheduleOperationsExtensions.Delete Método

Definição

Elimine a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

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

Parâmetros

operations
IScheduleOperations

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

resourceGroupName
String

Nome de um grupo de Recursos do Azure.

automationAccountautomationAccountName
String
scheduleName
String

O nome da agenda.

Devoluções

Microsoft.Azure.AzureOperationResponse

Aplica-se a