ArmDeviceRegistryModelFactory.DeviceRegistrySchemaVersionProperties 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 DeviceRegistrySchemaVersionProperties.
public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaVersionProperties DeviceRegistrySchemaVersionProperties(string uuid = default, string description = default, string schemaContent = default, string hash = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState? provisioningState = default);
static member DeviceRegistrySchemaVersionProperties : string * string * string * string * Nullable<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState> -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaVersionProperties
Public Shared Function DeviceRegistrySchemaVersionProperties (Optional uuid As String = Nothing, Optional description As String = Nothing, Optional schemaContent As String = Nothing, Optional hash As String = Nothing, Optional provisioningState As Nullable(Of DeviceRegistryProvisioningState) = Nothing) As DeviceRegistrySchemaVersionProperties
Parameters
- uuid
- String
Globally unique, immutable, non-reusable id.
- description
- String
Human-readable description of the schema.
- schemaContent
- String
Schema content.
- hash
- String
Hash of the schema content.
- provisioningState
- Nullable<DeviceRegistryProvisioningState>
Provisioning state of the resource.
Returns
A new DeviceRegistrySchemaVersionProperties instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET