DscNodeConfigurationGetResponse type
Содержит данные ответа для операции получения.
type DscNodeConfigurationGetResponse = DscNodeConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscNodeConfiguration
}
}