Dela via


DscConfigurationGetResponse type

Innehåller svarsdata för get-åtgärden.

type DscConfigurationGetResponse = DscConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscConfiguration
  }
}