ArmHciModelFactory.EdgeDeviceDisks(String, String, String) Method

Definition

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.

Applies to