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