Partager via


AutomationAccountResource.GetAutomationVariable Méthode

Définition

Récupérez la variable identifiée par le nom de la variable.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}
  • IdVariable_Get d’opération
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)

Paramètres

variableName
String

Nom de la variable.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

variableName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

variableName a la valeur null.

S’applique à