VariableCreateOrUpdateParameters Class
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.
The parameters supplied to the create or update variable operation.
public class VariableCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class VariableCreateOrUpdateParameters
type VariableCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VariableCreateOrUpdateParameters = class
Public Class VariableCreateOrUpdateParameters
- Inheritance
-
VariableCreateOrUpdateParameters
- Attributes
Constructors
VariableCreateOrUpdateParameters() |
Initializes a new instance of the VariableCreateOrUpdateParameters class. |
VariableCreateOrUpdateParameters(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the VariableCreateOrUpdateParameters class. |
VariableCreateOrUpdateParameters(String, VariableCreateOrUpdateProperties) |
Properties
Description |
Gets or sets the description of the variable. |
IsEncrypted |
Gets or sets the encrypted flag of the variable. |
Name |
Gets or sets the name of the variable. |
Properties | |
Value |
Gets or sets the value of the variable. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET