Freigeben über


VariableOperationsExtensions.Update Methode

Definition

Aktualisieren sie eine Variable. http://aka.ms/azureautomationsdk/variableoperations

public static Microsoft.Azure.Management.Automation.Models.Variable Update (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string resourceGroupName, string automationAccountName, string variableName, Microsoft.Azure.Management.Automation.Models.VariableUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.Automation.IVariableOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.VariableUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Variable
<Extension()>
Public Function Update (operations As IVariableOperations, resourceGroupName As String, automationAccountName As String, variableName As String, parameters As VariableUpdateParameters) As Variable

Parameter

operations
IVariableOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

variableName
String

Der Variablenname.

parameters
VariableUpdateParameters

Die Parameter, die für den Aktualisierungsvariablenvorgang bereitgestellt werden.

Gibt zurück

Gilt für: