Share via


VariableOperationsExtensions.Update メソッド

定義

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

パラメーター

operations
IVariableOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

variableName
String

変数名。

parameters
VariableUpdateParameters

更新変数操作に指定されたパラメーター。

戻り値

適用対象