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

 

检索由作业计划名称标识的作业日程安排。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息)

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

语法

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

参数

  • automationAccount
    Type: System.String

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

  • jobScheduleName
    Type: System.Guid

    必需。 作业计划名称。

返回值

Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse

获取作业计划操作该响应模型。

请参阅

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

返回页首