Freigeben über


AutomationAccountResource.GetAutomationVariable 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 Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource> GetAutomationVariable (string variableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationVariable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>
override this.GetAutomationVariable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>
Public Overridable Function GetAutomationVariable (variableName As String, Optional cancellationToken As CancellationToken = Nothing) As 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: