共用方式為


IVariableOperations.GetAsync 方法

定義

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)

參數

resourceGroupName
String
automationAccount
String
variableName
String
cancellationToken
CancellationToken

傳回

適用於