VariableOperationsExtensions.Get Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recuperare la variabile identificata dal nome della variabile. http://aka.ms/azureautomationsdk/variableoperations
public static Microsoft.Azure.Management.Automation.Models.VariableGetResponse Get (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string resourceGroupName, string automationAccount, string variableName);
public static Microsoft.Azure.Management.Automation.Models.Variable Get (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string resourceGroupName, string automationAccountName, string variableName);
static member Get : Microsoft.Azure.Management.Automation.IVariableOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.VariableGetResponse
static member Get : Microsoft.Azure.Management.Automation.IVariableOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.Variable
<Extension()>
Public Function Get (operations As IVariableOperations, resourceGroupName As String, automationAccount As String, variableName As String) As VariableGetResponse
<Extension()>
Public Function Get (operations As IVariableOperations, resourceGroupName As String, automationAccountName As String, variableName As String) As Variable
Parametri
- operations
- IVariableOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountautomationAccountName
- String
- variableName
- String
Nome della variabile.
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.