Sdílet prostřednictvím


DscConfigurationGetResponse type

Obsahuje data odpovědi pro operaci get.

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