共用方式為


ScheduleOperationsExtensions.Delete 方法

定義

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

參數

operations
IScheduleOperations

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

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountautomationAccountName
String
scheduleName
String

排程名稱。

傳回

Microsoft.Azure.AzureOperationResponse

適用於