Share via


VariableUpdateParameters Constructor (String)

 

Initializes a new instance of the VariableUpdateParameters class with required arguments.

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

Syntax

public VariableUpdateParameters(
    string name
)
public:
VariableUpdateParameters(
    String^ name
)
new : 
        name:string -> VariableUpdateParameters
Public Sub New (
    name As String
)

See Also

VariableUpdateParameters Overload
VariableUpdateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top