Partager via


DeviceRegistrySchemaType Struct

Definition

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