次の方法で共有


JobScheduleOperationsExtensions.Get メソッド

定義

ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。 http://aka.ms/azureautomationsdk/jobscheduleoperations

public static Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse Get (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Guid jobScheduleName);
public static Microsoft.Azure.Management.Automation.Models.JobSchedule Get (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId);
static member Get : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse
static member Get : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> Microsoft.Azure.Management.Automation.Models.JobSchedule
<Extension()>
Public Function Get (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, jobScheduleName As Guid) As JobScheduleGetResponse
<Extension()>
Public Function Get (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid) As JobSchedule

パラメーター

operations
IJobScheduleOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountautomationAccountName
String
jobScheduleNamejobScheduleId
Guid

戻り値

適用対象