Bagikan melalui


DscConfigurationGetResponse type

Berisi data respons untuk operasi get.

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