次の方法で共有


DeviceService Class

Definition

The description of the Windows IoT Device Service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.Api20190601.DeviceServiceTypeConverter))]
public class DeviceService : Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.Api20190601.IDeviceService, Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WindowsIotServices.Models.Api20190601.DeviceServiceTypeConverter))>]
type DeviceService = class
    interface IDeviceService
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class DeviceService
Implements IDeviceService, IValidates
Inheritance
DeviceService
Attributes
Implements

Constructors

DeviceService()

Creates an new DeviceService instance.

Properties

AdminDomainName

Windows IoT Device Service OEM AAD domain

BillingDomainName

Windows IoT Device Service ODM AAD domain

Etag

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

Id

Fully qualified resource Id for the resource

Location

The Azure Region where the resource lives

Name

The name of the resource

Note

Windows IoT Device Service notes.

Quantity

Windows IoT Device Service device allocation,

StartDate

Windows IoT Device Service start date,

Tag

Resource tags.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceService.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to