MachineListMapRequest type
Specifies the computation of a one hope dependency map for a list of machines. The resulting map includes all direct dependencies for the specified machines.
type MachineListMapRequest = MultipleMachinesMapRequest & {
kind: "map:machine-list-dependency"
machineIds: 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