MapRequest interface
Specifies the contents of request to generate a map.
Properties
end |
Map interval end time. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
start |
Map interval start time. |
Property Details
endTime
Map interval end time.
endTime?: Date
Property Value
Date
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency"
Property Value
"map:single-machine-dependency" | "MultipleMachinesMapRequest" | "map:machine-list-dependency" | "map:machine-group-dependency"
startTime
Map interval start time.
startTime?: Date
Property Value
Date
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