Freigeben über


AutomationVariableCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie die Variable ab, die durch variablen Namen identifiziert wird.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}
  • Vorgang IdVariable_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>> GetAsync (string variableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>>
Public Overridable Function GetAsync (variableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationVariableResource))

Parameter

variableName
String

Der Name der Variablen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

variableName ist NULL.

Gilt für: