MeshCodePackageGetContainerLogsResponse type
getContainerLogs 操作の応答データが含まれています。
type MeshCodePackageGetContainerLogsResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}