ParameterType 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.
Defines values for ParameterType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterTypeConverter))]
public struct ParameterType : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterTypeConverter))>]
type ParameterType = struct
Public Structure ParameterType
Implements IEquatable(Of ParameterType)
- Inheritance
-
ParameterType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Bool |
The parameter's value is a boolean value that is either true or false. |
Double |
The parameter's value is a 64-bit double-precision floating point. |
Int |
The parameter's value is a 32-bit signed integer. |
SecretString |
The parameter's value is a string that holds sensitive information. |
String |
The parameter's value is a string. |
Methods
Equals(Object) |
Overrides Equals operator for ParameterType |
Equals(ParameterType) |
Compares enums of type ParameterType |
GetHashCode() |
Returns for hashCode ParameterType |
ToString() |
Returns string representation for ParameterType |
Operators
Equality(ParameterType, ParameterType) |
Overriding == operator for enum ParameterType |
Implicit(ParameterType to String) |
Implicit operator to convert ParameterType to string |
Implicit(String to ParameterType) |
Implicit operator to convert string to ParameterType |
Inequality(ParameterType, ParameterType) |
Overriding != operator for enum ParameterType |