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