次の方法で共有


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

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