SoftwareUpdateConfigurationsCreateResponse type
Contains response data for the create operation.
type SoftwareUpdateConfigurationsCreateResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}