ArmDeviceRegistryModelFactory.DeviceRegistrySchemaRegistryProperties 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 DeviceRegistrySchemaRegistryProperties.
public static Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaRegistryProperties DeviceRegistrySchemaRegistryProperties (string uuid = default, string namespace = default, string displayName = default, string description = default, Uri storageAccountContainerUri = default, Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState? provisioningState = default);
static member DeviceRegistrySchemaRegistryProperties : string * string * string * string * Uri * Nullable<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryProvisioningState> -> Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistrySchemaRegistryProperties
Public Shared Function DeviceRegistrySchemaRegistryProperties (Optional uuid As String = Nothing, Optional namespace As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional storageAccountContainerUri As Uri = Nothing, Optional provisioningState As Nullable(Of DeviceRegistryProvisioningState) = Nothing) As DeviceRegistrySchemaRegistryProperties
Parameters
- uuid
- String
Globally unique, immutable, non-reusable id.
- namespace
- String
Schema registry namespace. Uniquely identifies a schema registry within a tenant.
- displayName
- String
Human-readable display name.
- description
- String
Human-readable description of the schema registry.
- storageAccountContainerUri
- Uri
The Storage Account's Container URL where schemas will be stored.
- provisioningState
- Nullable<DeviceRegistryProvisioningState>
Provisioning state of the resource.
Returns
A new DeviceRegistrySchemaRegistryProperties instance for mocking.
Applies to
Azure SDK for .NET