NamedValueEntityBaseParameters 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.
NamedValue Entity Base Parameters set.
public class NamedValueEntityBaseParameters
type NamedValueEntityBaseParameters = class
Public Class NamedValueEntityBaseParameters
- Inheritance
-
NamedValueEntityBaseParameters
Constructors
NamedValueEntityBaseParameters() |
Initializes a new instance of the NamedValueEntityBaseParameters class. |
NamedValueEntityBaseParameters(IList<String>, Nullable<Boolean>) |
Initializes a new instance of the NamedValueEntityBaseParameters class. |
Properties
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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET