DscNodeOperationsExtensions.GetAsync メソッド

定義

オーバーロード

GetAsync(IDscNodeOperations, String, String, Guid)
GetAsync(IDscNodeOperations, String, String, String, CancellationToken)

ノード ID で識別される dsc ノードを取得します。 http://aka.ms/azureautomationsdk/dscnodeoperations

GetAsync(IDscNodeOperations, String, String, Guid)

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

パラメーター

operations
IDscNodeOperations
resourceGroupName
String
automationAccount
String
nodeId
Guid

戻り値

適用対象

GetAsync(IDscNodeOperations, String, String, String, CancellationToken)

ノード ID で識別される dsc ノードを取得します。 http://aka.ms/azureautomationsdk/dscnodeoperations

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

パラメーター

operations
IDscNodeOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

nodeId
String

ノード ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象