The config-only network source to provide the configuration for this network. ConfigReference

interface ConfigReference {
    Network?: string;
}

Properties

Properties

Network?: string

The name of the config-only network that provides the network's configuration. The specified network must be an existing config-only network. Only network names are allowed, not network IDs.