Share via


VariableOperationsExtensions.CreateOrUpdate メソッド

定義

オーバーロード

CreateOrUpdate(IVariableOperations, String, String, VariableCreateOrUpdateParameters)
CreateOrUpdate(IVariableOperations, String, String, String, VariableCreateOrUpdateParameters)

変数を作成します。 http://aka.ms/azureautomationsdk/variableoperations

CreateOrUpdate(IVariableOperations, String, String, VariableCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IVariableOperations * string * string * Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IVariableOperations, resourceGroupName As String, automationAccount As String, parameters As VariableCreateOrUpdateParameters) As VariableCreateOrUpdateResponse

パラメーター

operations
IVariableOperations
resourceGroupName
String
automationAccount
String

戻り値

適用対象

CreateOrUpdate(IVariableOperations, String, String, String, VariableCreateOrUpdateParameters)

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

パラメーター

operations
IVariableOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

variableName
String

変数名。

parameters
VariableCreateOrUpdateParameters

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

戻り値

適用対象