Partager via


ArmDeviceRegistryModelFactory.DeviceRegistrySchemaProperties Method

Definition

Initializes a new instance of DeviceRegistrySchemaProperties.

public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties DeviceRegistrySchemaProperties (string uuid = default, string displayName = default, string description = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaFormat format = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaType schemaType = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState? provisioningState = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member DeviceRegistrySchemaProperties : string * string * string * Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaFormat * Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaType * Nullable<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaProperties
Public Shared Function DeviceRegistrySchemaProperties (Optional uuid As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional format As DeviceRegistrySchemaFormat = Nothing, Optional schemaType As DeviceRegistrySchemaType = Nothing, Optional provisioningState As Nullable(Of DeviceRegistryProvisioningState) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As DeviceRegistrySchemaProperties

Parameters

uuid
String

Globally unique, immutable, non-reusable id.

displayName
String

Human-readable display name.

description
String

Human-readable description of the schema.

format
DeviceRegistrySchemaFormat

Format of the schema.

schemaType
DeviceRegistrySchemaType

Type of the schema.

provisioningState
Nullable<DeviceRegistryProvisioningState>

Provisioning state of the resource.

tags
IDictionary<String,String>

Schema tags.

Returns

A new DeviceRegistrySchemaProperties instance for mocking.

Applies to