Share via


VariableUpdateParameters Constructors

Definition

Overloads

VariableUpdateParameters()

Initializes a new instance of the VariableUpdateParameters class.

VariableUpdateParameters(String, String, String)

Initializes a new instance of the VariableUpdateParameters class.

VariableUpdateParameters()

Initializes a new instance of the VariableUpdateParameters class.

public VariableUpdateParameters ();
Public Sub New ()

Applies to

VariableUpdateParameters(String, String, String)

Initializes a new instance of the VariableUpdateParameters class.

public VariableUpdateParameters (string name = default, string value = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.VariableUpdateParameters : string * string * string -> Microsoft.Azure.Management.Automation.Models.VariableUpdateParameters
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing, Optional description As String = Nothing)

Parameters

name
String

Gets or sets the name of the variable.

value
String

Gets or sets the value of the variable.

description
String

Gets or sets the description of the variable.

Applies to