ScheduleOperationsExtensions.GetAsync 方法 (IScheduleOperations, String, String)

 

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

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

语法

public static Task<ScheduleGetResponse> GetAsync(
    this IScheduleOperations operations,
    string automationAccount,
    string scheduleName
)
public:
[ExtensionAttribute]
static Task<ScheduleGetResponse^>^ GetAsync(
    IScheduleOperations^ operations,
    String^ automationAccount,
    String^ scheduleName
)
static member GetAsync : 
        operations:IScheduleOperations *
        automationAccount:string *
        scheduleName:string -> Task<ScheduleGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IScheduleOperations,
    automationAccount As String,
    scheduleName As String
) As Task(Of ScheduleGetResponse)

参数

  • automationAccount
    Type: System.String

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

返回值

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

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

请参阅

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

返回页首