DeviceCapabilityResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |