GetContainerLogsDeployedOnNodeResponse type
getContainerLogsDeployedOnNode 操作の応答データを格納します。
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}