Freigeben über


DscConfigurationGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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