Compartilhar via


IVariableOperations.GetAsync Método

Definição

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.VariableGetResponse> GetAsync (string resourceGroupName, string automationAccount, string variableName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.VariableGetResponse>
Public Function GetAsync (resourceGroupName As String, automationAccount As String, variableName As String, cancellationToken As CancellationToken) As Task(Of VariableGetResponse)

Parâmetros

resourceGroupName
String
automationAccount
String
variableName
String
cancellationToken
CancellationToken

Retornos

Aplica-se a