SoftwareUpdateConfigurationsCreateResponse type
Enthält Antwortdaten für den Erstellungsvorgang.
type SoftwareUpdateConfigurationsCreateResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}