GetContainerLogsDeployedOnNodeResponse type
getContainerLogsDeployedOnNode işlemi için yanıt verilerini içerir.
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}