次の方法で共有


WindowsIotServicesIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.WindowsIotServicesIdentityTypeConverter))]
public class WindowsIotServicesIdentity : Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.IWindowsIotServicesIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.WindowsIotServicesIdentityTypeConverter))>]
type WindowsIotServicesIdentity = class
    interface IWindowsIotServicesIdentity
    interface IJsonSerializable
Public Class WindowsIotServicesIdentity
Implements IWindowsIotServicesIdentity
Inheritance
WindowsIotServicesIdentity
Attributes
Implements

Constructors

WindowsIotServicesIdentity()

Creates an new WindowsIotServicesIdentity instance.

Properties

DeviceName

The name of the Windows IoT Device Service.

Id

Resource identity path

ResourceGroupName

The name of the resource group that contains the Windows IoT Device Service.

SubscriptionId

The subscription identifier.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WindowsIotServicesIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WindowsIotServicesIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.IWindowsIotServicesIdentity.

FromJsonString(String)

Creates a new instance of WindowsIotServicesIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WindowsIotServicesIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to