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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET