ExportImportDevice.Capabilities プロパティ

定義

デバイスまたはモジュールで有効になっている機能の状態。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")]
public Microsoft.Azure.Devices.Shared.DeviceCapabilities Capabilities { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")]
public Microsoft.Azure.Devices.ClientCapabilities Capabilities { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")>]
member this.Capabilities : Microsoft.Azure.Devices.Shared.DeviceCapabilities with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="capabilities")>]
member this.Capabilities : Microsoft.Azure.Devices.ClientCapabilities with get, set
Public Property Capabilities As DeviceCapabilities
Public Property Capabilities As ClientCapabilities

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象