SingleMachineDependencyMapRequest type
Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.
type SingleMachineDependencyMapRequest = MapRequest & {
kind: "map:single-machine-dependency"
machineId: string
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript