次の方法で共有


GetContainerLogsDeployedOnNodeResponse type

getContainerLogsDeployedOnNode 操作の応答データを格納します。

type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ContainerLogs
  }
}