Package version:

Network Properties.

interface NetworkProperties {
    fabricType?: string;
    friendlyName?: string;
    networkType?: string;
    subnets?: Subnet[];
}

Properties

fabricType?: string

The Fabric Type.

friendlyName?: string

The Friendly Name.

networkType?: string

The Network Type.

subnets?: Subnet[]

The List of subnets.