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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET