Udostępnij za pośrednictwem


ManagementConfigurationsGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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