JobScheduleOperationsExtensions.DeleteAsync 方法 (IJobScheduleOperations, String, Guid)

 

删除由作业计划名称标识该作业计划。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static Task<AzureOperationResponse> DeleteAsync(
    this IJobScheduleOperations operations,
    string automationAccount,
    Guid jobScheduleName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
    IJobScheduleOperations^ operations,
    String^ automationAccount,
    Guid jobScheduleName
)
static member DeleteAsync : 
        operations:IJobScheduleOperations *
        automationAccount:string *
        jobScheduleName:Guid -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IJobScheduleOperations,
    automationAccount As String,
    jobScheduleName As Guid
) As Task(Of AzureOperationResponse)

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

  • jobScheduleName
    Type: System.Guid

    必需。 作业计划名称。

返回值

Type: System.Threading.Tasks.Task<AzureOperationResponse>

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

JobScheduleOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首