VariableCreateOrUpdateParameters Class

Definition

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