ArmDataBoxModelFactory.DeviceCapabilityDetails Method
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.
Initializes a new instance of DeviceCapabilityDetails.
public static Azure.ResourceManager.DataBox.Models.DeviceCapabilityDetails DeviceCapabilityDetails(Azure.ResourceManager.DataBox.Models.HardwareEncryption? hardwareEncryption = default);
static member DeviceCapabilityDetails : Nullable<Azure.ResourceManager.DataBox.Models.HardwareEncryption> -> Azure.ResourceManager.DataBox.Models.DeviceCapabilityDetails
Public Shared Function DeviceCapabilityDetails (Optional hardwareEncryption As Nullable(Of HardwareEncryption) = Nothing) As DeviceCapabilityDetails
Parameters
- hardwareEncryption
- Nullable<HardwareEncryption>
Hardware encryption support for a given sku for a given region.
Returns
A new DeviceCapabilityDetails instance for mocking.