IVariableOperations.GetWithHttpMessagesAsync Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Kérje le a változó nevével azonosított változót. http://aka.ms/azureautomationsdk/variableoperations
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Automation.Models.Variable>> GetWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, string variableName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Automation.Models.Variable>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, variableName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Variable))
Paraméterek
- resourceGroupName
- String
Egy Azure-erőforráscsoport neve.
- automationAccountName
- String
Az automation-fiók neve.
- variableName
- String
A változó neve.
- customHeaders
- Dictionary<String,List<String>>
A kérelemhez hozzáadandó fejlécek.
- cancellationToken
- CancellationToken
A lemondási jogkivonat.
Válaszok
Kivételek
A művelet érvénytelen állapotkód visszaadásakor lett eldobva
A válasz deszerializálása sikertelen volt
Akkor van eldobva, ha egy kötelező paraméter null értékű
A következőre érvényes:
Azure SDK for .NET