VariableOperationsExtensions.Create Method (IVariableOperations, String, VariableCreateParameters)

 

Create a variable. (see http://aka.ms/azureautomationsdk/variableoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function Create (
	operations As IVariableOperations,
	automationAccount As String,
	parameters As VariableCreateParameters
) As VariableCreateResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IVariableOperations.

automationAccount
Type: System.String

Required. The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateParameters

Required. The parameters supplied to the create variable operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.VariableCreateResponse

The response model for the create variable operation.

Return to top
Show: