EnvironmentDefinitionParameterType Struct
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.
The type of data a parameter accepts.
public readonly struct EnvironmentDefinitionParameterType : IEquatable<Azure.Developer.DevCenter.Models.EnvironmentDefinitionParameterType>
type EnvironmentDefinitionParameterType = struct
Public Structure EnvironmentDefinitionParameterType
Implements IEquatable(Of EnvironmentDefinitionParameterType)
- Inheritance
-
EnvironmentDefinitionParameterType
- Implements
Constructors
EnvironmentDefinitionParameterType(String) |
Initializes a new instance of EnvironmentDefinitionParameterType. |
Properties
Array |
The parameter accepts an array of values. |
Boolean |
The parameter accepts a boolean value. |
Integer |
The parameter accepts an integer value. |
Number |
The parameter accepts a number value. |
Object |
The parameter accepts an object value. |
String |
The parameter accepts a string value. |
Methods
Equals(EnvironmentDefinitionParameterType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EnvironmentDefinitionParameterType, EnvironmentDefinitionParameterType) |
Determines if two EnvironmentDefinitionParameterType values are the same. |
Implicit(String to EnvironmentDefinitionParameterType) |
Converts a string to a EnvironmentDefinitionParameterType. |
Inequality(EnvironmentDefinitionParameterType, EnvironmentDefinitionParameterType) |
Determines if two EnvironmentDefinitionParameterType values are not the same. |
Applies to
Azure SDK for .NET