VariableOperationsOperations interface

Interface representing a VariableOperations operations.

Properties

createOrUpdate

Create a variable.

delete

Delete the variable.

get

Retrieve the variable identified by variable name.

listByAutomationAccount

Retrieve a list of variables.

update

Update a variable.

Property Details

createOrUpdate

Create a variable.

createOrUpdate: (resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options?: VariableOperationsCreateOrUpdateOptionalParams) => Promise<Variable>

Property Value

(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options?: VariableOperationsCreateOrUpdateOptionalParams) => Promise<Variable>

delete

Delete the variable.

delete: (resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableOperationsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableOperationsDeleteOptionalParams) => Promise<void>

get

Retrieve the variable identified by variable name.

get: (resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableOperationsGetOptionalParams) => Promise<Variable>

Property Value

(resourceGroupName: string, automationAccountName: string, variableName: string, options?: VariableOperationsGetOptionalParams) => Promise<Variable>

listByAutomationAccount

Retrieve a list of variables.

listByAutomationAccount: (resourceGroupName: string, automationAccountName: string, options?: VariableOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Variable, Variable[], PageSettings>

Property Value

(resourceGroupName: string, automationAccountName: string, options?: VariableOperationsListByAutomationAccountOptionalParams) => PagedAsyncIterableIterator<Variable, Variable[], PageSettings>

update

Update a variable.

update: (resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options?: VariableOperationsUpdateOptionalParams) => Promise<Variable>

Property Value

(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options?: VariableOperationsUpdateOptionalParams) => Promise<Variable>