다음을 통해 공유


VariableOperationsExtensions.Update 메서드

정의

변수를 업데이트합니다. 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

매개 변수

operations
IVariableOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

variableName
String

변수 이름입니다.

parameters
VariableUpdateParameters

변수 업데이트 작업에 제공된 매개 변수입니다.

반환

적용 대상