共用方式為


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

自動化帳戶的名稱。

variableName
String

變數名稱。

parameters
VariableUpdateParameters

提供給更新變數作業的參數。

傳回

適用於