SoftwareUpdateConfigurationsCreateResponse type
作成操作の応答データが含まれます。
type SoftwareUpdateConfigurationsCreateResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}