ManagementConfigurationsCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type ManagementConfigurationsCreateOrUpdateResponse =
  ManagementConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ManagementConfiguration
    }
  }