MediaGraphParameterType 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 the parameter.
public readonly struct MediaGraphParameterType : IEquatable<Azure.Media.Analytics.Edge.Models.MediaGraphParameterType>
type MediaGraphParameterType = struct
Public Structure MediaGraphParameterType
Implements IEquatable(Of MediaGraphParameterType)
- Inheritance
-
MediaGraphParameterType
- Implements
Constructors
MediaGraphParameterType(String) |
Determines if two MediaGraphParameterType values are the same. |
Properties
Bool |
A boolean value that is either true or false. |
Double |
A 64-bit double-precision floating point type as parameter value. |
Int |
A 32-bit signed integer as parameter value. |
SecretString |
A string to hold sensitive information as parameter value. |
String |
A string parameter value. |
Methods
Equals(MediaGraphParameterType) |
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(MediaGraphParameterType, MediaGraphParameterType) |
Determines if two MediaGraphParameterType values are the same. |
Implicit(String to MediaGraphParameterType) |
Converts a string to a MediaGraphParameterType. |
Inequality(MediaGraphParameterType, MediaGraphParameterType) |
Determines if two MediaGraphParameterType values are not the same. |
Applies to
Azure SDK for .NET