Compartilhar via


DeviceRegistrationKey Class

Definition

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()

Applies to