GetContainerLogsDeployedOnNodeResponse type
Contiene i dati di risposta per l'operazione getContainerLogsDeployedOnNode.
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}