DeploymentsGetDeploymentDevicesResponse type
A getDeploymentDevices művelet válaszadatait tartalmazza.
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}