NamedValueUpdateParameters Class

Definition

NamedValue update Parameters.

[Microsoft.Rest.Serialization.JsonTransformation]
public class NamedValueUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NamedValueUpdateParameters = class
Public Class NamedValueUpdateParameters
Inheritance
NamedValueUpdateParameters
Attributes

Constructors

NamedValueUpdateParameters()

Initializes a new instance of the NamedValueUpdateParameters class.

NamedValueUpdateParameters(IList<String>, Nullable<Boolean>, String, String, KeyVaultContractCreateProperties)

Initializes a new instance of the NamedValueUpdateParameters class.

Properties

DisplayName

Gets or sets unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.

KeyVault

Gets or sets keyVault location details of the namedValue.

Secret

Gets or sets determines whether the value is a secret and should be encrypted or not. Default value is false.

Tags

Gets or sets optional tags that when provided can be used to filter the NamedValue list.

Value

Gets or sets value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.

Methods

Validate()

Validate the object.

Applies to