SoftwareUpdateConfigurationsListResponse type
リスト操作の応答データが含まれます。
type SoftwareUpdateConfigurationsListResponse =
SoftwareUpdateConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationListResult
}
}