Sdílet prostřednictvím


DscConfigurationCreateOrUpdateResponse type

Obsahuje data odpovědi pro operaci createOrUpdate.

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