Share via


VariableOperationsExtensions Class

Definition

Extension methods for VariableOperations.

public static class VariableOperationsExtensions
type VariableOperationsExtensions = class
Public Module VariableOperationsExtensions
Inheritance
VariableOperationsExtensions

Methods

Microsoft.Azure.Management.Automation.VariableOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Automation.IVariableOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.VariableOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Automation.IVariableOperations,System.String,System.String,Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters) Microsoft.Azure.Management.Automation.VariableOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Automation.IVariableOperations,System.String,System.String,System.String) Microsoft.Azure.Management.Automation.VariableOperationsExtensions.GetAsync(Microsoft.Azure.Management.Automation.IVariableOperations,System.String,System.String,System.String)
Name Description
Delete(IVariableOperations, String, String, String)

Delete the variable.

Get(IVariableOperations, String, String, String)

Retrieve the variable identified by variable name.

List(IVariableOperations, String, String)
ListAsync(IVariableOperations, String, String)
ListNext(IVariableOperations, String)
ListNextAsync(IVariableOperations, String)
Patch(IVariableOperations, String, String, VariablePatchParameters)
PatchAsync(IVariableOperations, String, String, VariablePatchParameters)

Applies to