Compartilhar via


VariableOperationsExtensions.CreateOrUpdate Método

Definição

Sobrecargas

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

Crie uma variável. 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

Parâmetros

operations
IVariableOperations
resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a

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

Parâmetros

operations
IVariableOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

variableName
String

O nome da variável.

parameters
VariableCreateOrUpdateParameters

Os parâmetros fornecidos para a operação criar ou atualizar variável.

Retornos

Aplica-se a