AutomationAccountResource.GetAutomationVariableAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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>> GetAutomationVariableAsync (string variableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationVariableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>>
override this.GetAutomationVariableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationVariableResource>>
Public Overridable Function GetAutomationVariableAsync (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.