Sdílet prostřednictvím


SoftwareUpdateConfigurationsCreateResponse type

Obsahuje data odpovědi pro operaci vytvoření.

type SoftwareUpdateConfigurationsCreateResponse =
  SoftwareUpdateConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfiguration
    }
  }