SoftwareUpdateConfigurationsGetByNameResponse type
getByName 操作の応答データを格納します。
type SoftwareUpdateConfigurationsGetByNameResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}