GetContainerLogsDeployedOnNodeResponse type
يحتوي على بيانات الاستجابة لعملية getContainerLogsDeployedOnNode.
type GetContainerLogsDeployedOnNodeResponse = ContainerLogs & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ContainerLogs
}
}