Package version:

The network profile of a device.

interface HciNetworkProfile {
    hostNetwork?: HciEdgeDeviceHostNetwork;
    nicDetails?: {};
    switchDetails?: {};
}

Properties

HostNetwork config to deploy AzureStackHCI Cluster.

nicDetails?: {}

List of NIC Details of device.

switchDetails?: {}

List of switch details for edge device.