VariableUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET