GlobalParameterSpecification 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 GlobalParameterSpecification
type GlobalParameterSpecification = class
Public Class GlobalParameterSpecification
- Inheritance
-
GlobalParameterSpecification
Constructors
GlobalParameterSpecification() |
Initializes a new instance of the GlobalParameterSpecification class. |
GlobalParameterSpecification(String, Object) |
Initializes a new instance of the GlobalParameterSpecification class. |
Properties
Type |
Gets or sets global Parameter type. Possible values include: 'Object', 'String', 'Int', 'Float', 'Bool', 'Array' |
Value |
Gets or sets value of parameter. |
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