ParameterType Struct

Definition

Type of the parameter.

public readonly struct ParameterType : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.ParameterType>
type ParameterType = struct
Public Structure ParameterType
Implements IEquatable(Of ParameterType)
Inheritance
ParameterType
Implements

Constructors

ParameterType(String)

Initializes a new instance of ParameterType.

Properties

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(ParameterType)

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(ParameterType, ParameterType)

Determines if two ParameterType values are the same.

Implicit(String to ParameterType)

Converts a string to a ParameterType.

Inequality(ParameterType, ParameterType)

Determines if two ParameterType values are not the same.

Applies to