ArmHciModelFactory.EdgeDeviceDisks(String, String, String) 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.
Represents a storage disk on the device.
public static Azure.ResourceManager.Hci.Models.EdgeDeviceDisks EdgeDeviceDisks(string id = default, string sizeInBytes = default, string type = default);
static member EdgeDeviceDisks : string * string * string -> Azure.ResourceManager.Hci.Models.EdgeDeviceDisks
Public Shared Function EdgeDeviceDisks (Optional id As String = Nothing, Optional sizeInBytes As String = Nothing, Optional type As String = Nothing) As EdgeDeviceDisks
Parameters
- id
- String
The unique identifier of the disk.
- sizeInBytes
- String
The size of the disk in bytes.
- type
- String
The type of the disk. For example, S2D or SAN.
Returns
A new EdgeDeviceDisks instance for mocking.