ParameterSpecification 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.
Definition of a single parameter for an entity.
public class ParameterSpecification
type ParameterSpecification = class
Public Class ParameterSpecification
- Inheritance
-
ParameterSpecification
Constructors
ParameterSpecification() |
Initializes a new instance of the ParameterSpecification class. |
ParameterSpecification(String, Object) |
Initializes a new instance of the ParameterSpecification class. |
Properties
DefaultValue |
Gets or sets default value of parameter. |
Type |
Gets or sets parameter type. Possible values include: 'Object', 'String', 'Int', 'Float', 'Bool', 'Array', 'SecureString' |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET