次の方法で共有


DeploymentsGetDeploymentDevicesResponse type

getDeploymentDevices 操作の応答データが含まれます。

type DeploymentsGetDeploymentDevicesResponse =
  PageableListOfDeploymentDeviceStates & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: PageableListOfDeploymentDeviceStates
    }
  }