Share via


DeviceCapabilityResponse Class

Definition

Device capabilities for given sku in a region

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.DeviceCapabilityResponseTypeConverter))]
public class DeviceCapabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.IDeviceCapabilityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.DeviceCapabilityResponseTypeConverter))>]
type DeviceCapabilityResponse = class
    interface IDeviceCapabilityResponse
    interface IJsonSerializable
Public Class DeviceCapabilityResponse
Implements IDeviceCapabilityResponse
Inheritance
DeviceCapabilityResponse
Attributes
Implements

Constructors

DeviceCapabilityResponse()

Creates an new DeviceCapabilityResponse instance.

Properties

DeviceCapabilityDetail

List of device capabilities available for a given region and a given sku

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeviceCapabilityResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceCapabilityResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20250201.IDeviceCapabilityResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceCapabilityResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to