DeviceRegistrySchemaType 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 the schema type.
public readonly struct DeviceRegistrySchemaType : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaType>
type DeviceRegistrySchemaType = struct
Public Structure DeviceRegistrySchemaType
Implements IEquatable(Of DeviceRegistrySchemaType)
- Inheritance
-
DeviceRegistrySchemaType
- Implements
Constructors
DeviceRegistrySchemaType(String) |
Initializes a new instance of DeviceRegistrySchemaType. |
Properties
MessageSchema |
Message Schema schema type. |
Methods
Equals(DeviceRegistrySchemaType) |
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(DeviceRegistrySchemaType, DeviceRegistrySchemaType) |
Determines if two DeviceRegistrySchemaType values are the same. |
Implicit(String to DeviceRegistrySchemaType) |
Converts a String to a DeviceRegistrySchemaType. |
Inequality(DeviceRegistrySchemaType, DeviceRegistrySchemaType) |
Determines if two DeviceRegistrySchemaType values are not the same. |
Applies to
Azure SDK for .NET