共用方式為


JobScheduleOperationsExtensions.Delete 方法

定義

刪除作業排程名稱所識別的作業排程。 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)

參數

operations
IJobScheduleOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountautomationAccountName
String
jobScheduleNamejobScheduleId
Guid

傳回

Microsoft.Azure.AzureOperationResponse

適用於