次の方法で共有


DeviceServiceProperties Class

Definition

The properties of a Windows IoT Device Service.

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

Constructors

DeviceServiceProperties()

Creates an new DeviceServiceProperties instance.

Properties

AdminDomainName

Windows IoT Device Service OEM AAD domain

BillingDomainName

Windows IoT Device Service ODM AAD domain

Note

Windows IoT Device Service notes.

Quantity

Windows IoT Device Service device allocation,

StartDate

Windows IoT Device Service start date,

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceServiceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceServiceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceServiceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to