GetContainerLogsDeployedOnNodeResponse type
Enthält Antwortdaten für den getContainerLogsDeployedOnNode-Vorgang.
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}