GetContainerLogsDeployedOnNodeResponse type
A getContainerLogsDeployedOnNode művelet válaszadatait tartalmazza.
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}