Condividi tramite


AutomationVariableCollection.CreateOrUpdate Method

Definition

Create a variable.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/variables/{variableName}
  • Operation Id: Variable_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationVariableResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string variableName, Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationVariableResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationVariableResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, variableName As String, content As AutomationVariableCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AutomationVariableResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

variableName
String

The variable name.

content
AutomationVariableCreateOrUpdateContent

The parameters supplied to the create or update variable operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

variableName is an empty string, and was expected to be non-empty.

variableName or content is null.

Applies to