ArmDeviceRegistryModelFactory.DeviceRegistrySchemaProperties Method
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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET