JobScheduleOperationsExtensions.GetAsync メソッド

定義

オーバーロード

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

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

GetAsync(IJobScheduleOperations, String, String, Guid)

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSchedule)

パラメーター

operations
IJobScheduleOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

jobScheduleId
Guid

ジョブ スケジュール名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

GetAsync(IJobScheduleOperations, String, String, Guid)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Guid jobScheduleName);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, jobScheduleName As Guid) As Task(Of JobScheduleGetResponse)

パラメーター

resourceGroupName
String
automationAccount
String
jobScheduleName
Guid

戻り値

適用対象