DeploymentsGetDeploymentDevicesResponse type
Contém dados de resposta para a operação getDeploymentDevices.
type DeploymentsGetDeploymentDevicesResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}