Package version:

Arc-enabled edge device with HCI OS.

interface HciEdgeDevice {
    id?: string;
    kind: "HCI";
    name?: string;
    properties?: HciEdgeDeviceProperties;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

kind

Device kind to support polymorphic resource.

name?: string

The name of the resource

properties for Arc-enabled edge device with HCI OS.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"