ServiceGetResponse type
Contém dados de resposta para a operação de obtenção.
type ServiceGetResponse = ServiceResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResourceDescription
}
}