ListManagementImageListsDeleteMethodResponse type
包含 deleteMethod 作業的響應數據。
type ListManagementImageListsDeleteMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}