VariableOperationsExtensions.Delete Method (IVariableOperations, String, String)
Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static AzureOperationResponse Delete(
this IVariableOperations operations,
string automationAccount,
string variableName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IVariableOperations^ operations,
String^ automationAccount,
String^ variableName
)
static member Delete :
operations:IVariableOperations *
automationAccount:string *
variableName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IVariableOperations,
automationAccount As String,
variableName As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IVariableOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
automationAccount
Type: System.StringRequired. The automation account name.
variableName
Type: System.StringRequired. The name of variable.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
VariableOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top