次の方法で共有


RunbookDraftOperationsExtensions.GetAsync メソッド

定義

オーバーロード

GetAsync(IRunbookDraftOperations, String, String, String, CancellationToken)

Runbook 名で識別される Runbook ドラフトを取得します。 http://aka.ms/azureautomationsdk/runbookdraftoperations

GetAsync(IRunbookDraftOperations, String, String, String)

GetAsync(IRunbookDraftOperations, String, String, String, CancellationToken)

Runbook 名で識別される Runbook ドラフトを取得します。 http://aka.ms/azureautomationsdk/runbookdraftoperations

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

パラメーター

operations
IRunbookDraftOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

runbookName
String

Runbook 名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

GetAsync(IRunbookDraftOperations, String, String, String)

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

パラメーター

resourceGroupName
String
automationAccount
String
runbookName
String

戻り値

適用対象