Freigeben über


AutomationAccountResource.GetDscNodeAsync(String, CancellationToken) Methode

Definition

Rufen Sie den dsc-Knoten ab, der durch die Knoten-ID identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/nodes/{nodeId}
  • Vorgangs-IdDscNode_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.DscNodeResource>> GetDscNodeAsync (string nodeId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDscNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.DscNodeResource>>
override this.GetDscNodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.DscNodeResource>>
Public Overridable Function GetDscNodeAsync (nodeId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DscNodeResource))

Parameter

nodeId
String

Die Knoten-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

nodeId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

nodeId ist NULL.

Gilt für: