GetContainerLogsDeployedOnNodeResponse type
包含 getContainerLogsDeployedOnNode作的响应数据。
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}