ManagementConfigurationsGetResponse type
Contient des données de réponse pour l’opération get.
type ManagementConfigurationsGetResponse = ManagementConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ManagementConfiguration
}
}