Aracılığıyla paylaş


DscConfigurationGetResponse type

Alma işlemi için yanıt verilerini içerir.

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