Udostępnij przez


DeviceRegistrySchemaFormat Struct

Definition

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

Name Description
DeviceRegistrySchemaFormat(String)

Initializes a new instance of DeviceRegistrySchemaFormat.

Properties

Name Description
Delta10

Delta format.

JsonSchemaDraft7

JSON Schema version draft 7 format.

Methods

Name Description
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

Name Description
Equality(DeviceRegistrySchemaFormat, DeviceRegistrySchemaFormat)

Determines if two DeviceRegistrySchemaFormat values are the same.

Implicit(String to DeviceRegistrySchemaFormat)

Converts a string to a DeviceRegistrySchemaFormat.

Implicit(String to Nullable<DeviceRegistrySchemaFormat>)
Inequality(DeviceRegistrySchemaFormat, DeviceRegistrySchemaFormat)

Determines if two DeviceRegistrySchemaFormat values are not the same.

Applies to