DeviceRegistrationKey Class
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.
The device registration key.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.DeviceRegistrationKeyTypeConverter))]
public class DeviceRegistrationKey : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDeviceRegistrationKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.DeviceRegistrationKeyTypeConverter))>]
type DeviceRegistrationKey = class
interface IDeviceRegistrationKey
interface IJsonSerializable
Public Class DeviceRegistrationKey
Implements IDeviceRegistrationKey
- Inheritance
-
DeviceRegistrationKey
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DeviceRegistrationKey() |
Creates an new DeviceRegistrationKey instance. |
Properties
| Name | Description |
|---|---|
| RegistrationKey |
The registration key for the device. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeviceRegistrationKey. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeviceRegistrationKey. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.IDeviceRegistrationKey. |
| FromJsonString(String) |
Creates a new instance of DeviceRegistrationKey, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeviceRegistrationKey into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |